From 0c1ab5343d6c2e735b7c338c2bb5be2978c67315 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Nov 2023 07:17:22 +0100 Subject: update to 1.1.1 --- REFLECTION | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c0e17ca..5f26948 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #69 ast version 1.1.0 ] { +Extension [ extension #69 ast version 1.1.1 ] { - Constants [203] { Constant [ int ast\AST_ARG_LIST ] { 128 } @@ -19,10 +19,10 @@ Extension [ extension #69 ast version 1.1.0 ] { Constant [ int ast\AST_TRAIT_ADAPTATIONS ] { 142 } Constant [ int ast\AST_USE ] { 143 } Constant [ int ast\AST_TYPE_UNION ] { 144 } - Constant [ int ast\AST_TYPE_INTERSECTION ] { 250 } - Constant [ int ast\AST_ATTRIBUTE_LIST ] { 145 } - Constant [ int ast\AST_ATTRIBUTE_GROUP ] { 146 } - Constant [ int ast\AST_MATCH_ARM_LIST ] { 147 } + Constant [ int ast\AST_TYPE_INTERSECTION ] { 145 } + Constant [ int ast\AST_ATTRIBUTE_LIST ] { 146 } + Constant [ int ast\AST_ATTRIBUTE_GROUP ] { 147 } + Constant [ int ast\AST_MATCH_ARM_LIST ] { 148 } Constant [ int ast\AST_NAME ] { 2048 } Constant [ int ast\AST_CLOSURE_VAR ] { 2049 } Constant [ int ast\AST_NULLABLE_TYPE ] { 2050 } @@ -107,7 +107,7 @@ Extension [ extension #69 ast version 1.1.0 ] { Constant [ int ast\AST_CATCH ] { 773 } Constant [ int ast\AST_FOR ] { 1024 } Constant [ int ast\AST_FOREACH ] { 1025 } - Constant [ int ast\AST_ENUM_CASE ] { 1022 } + Constant [ int ast\AST_ENUM_CASE ] { 1026 } Constant [ int ast\AST_PARAM ] { 1280 } Constant [ int ast\flags\NAME_FQ ] { 0 } Constant [ int ast\flags\NAME_NOT_FQ ] { 1 } @@ -132,14 +132,14 @@ Extension [ extension #69 ast version 1.1.0 ] { Constant [ int ast\flags\CLASS_TRAIT ] { 2 } Constant [ int ast\flags\CLASS_INTERFACE ] { 1 } Constant [ int ast\flags\CLASS_ANONYMOUS ] { 4 } - Constant [ int ast\flags\CLASS_ENUM ] { 4194304 } + Constant [ int ast\flags\CLASS_ENUM ] { 268435456 } Constant [ int ast\flags\CLASS_READONLY ] { 8388608 } Constant [ int ast\flags\PARAM_REF ] { 8 } Constant [ int ast\flags\PARAM_VARIADIC ] { 16 } Constant [ int ast\flags\TYPE_NULL ] { 1 } Constant [ int ast\flags\TYPE_FALSE ] { 2 } Constant [ int ast\flags\TYPE_TRUE ] { 3 } - Constant [ int ast\flags\TYPE_BOOL ] { 17 } + Constant [ int ast\flags\TYPE_BOOL ] { 18 } Constant [ int ast\flags\TYPE_LONG ] { 4 } Constant [ int ast\flags\TYPE_DOUBLE ] { 5 } Constant [ int ast\flags\TYPE_STRING ] { 6 } @@ -150,7 +150,7 @@ Extension [ extension #69 ast version 1.1.0 ] { Constant [ int ast\flags\TYPE_ITERABLE ] { 13 } Constant [ int ast\flags\TYPE_STATIC ] { 15 } Constant [ int ast\flags\TYPE_MIXED ] { 16 } - Constant [ int ast\flags\TYPE_NEVER ] { 22 } + Constant [ int ast\flags\TYPE_NEVER ] { 17 } Constant [ int ast\flags\UNARY_BOOL_NOT ] { 14 } Constant [ int ast\flags\UNARY_BITWISE_NOT ] { 13 } Constant [ int ast\flags\UNARY_SILENCE ] { 260 } @@ -189,14 +189,14 @@ Extension [ extension #69 ast version 1.1.0 ] { Constant [ int ast\flags\USE_NORMAL ] { 1 } Constant [ int ast\flags\USE_FUNCTION ] { 2 } Constant [ int ast\flags\USE_CONST ] { 4 } - Constant [ int ast\flags\MAGIC_LINE ] { 375 } - Constant [ int ast\flags\MAGIC_FILE ] { 376 } - Constant [ int ast\flags\MAGIC_DIR ] { 377 } - Constant [ int ast\flags\MAGIC_NAMESPACE ] { 382 } - Constant [ int ast\flags\MAGIC_FUNCTION ] { 381 } - Constant [ int ast\flags\MAGIC_METHOD ] { 380 } - Constant [ int ast\flags\MAGIC_CLASS ] { 378 } - Constant [ int ast\flags\MAGIC_TRAIT ] { 379 } + Constant [ int ast\flags\MAGIC_LINE ] { 343 } + Constant [ int ast\flags\MAGIC_FILE ] { 344 } + Constant [ int ast\flags\MAGIC_DIR ] { 345 } + Constant [ int ast\flags\MAGIC_NAMESPACE ] { 350 } + Constant [ int ast\flags\MAGIC_FUNCTION ] { 349 } + Constant [ int ast\flags\MAGIC_METHOD ] { 348 } + Constant [ int ast\flags\MAGIC_CLASS ] { 346 } + Constant [ int ast\flags\MAGIC_TRAIT ] { 347 } Constant [ int ast\flags\ARRAY_SYNTAX_LIST ] { 1 } Constant [ int ast\flags\ARRAY_SYNTAX_LONG ] { 2 } Constant [ int ast\flags\ARRAY_SYNTAX_SHORT ] { 3 } -- cgit