From 182f8fd60b232604765c5b41ab088767b2f141b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Aug 2024 08:44:45 +0200 Subject: update to 1.1.2 --- REFLECTION | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5f26948..dbc52b8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #69 ast version 1.1.1 ] { +Extension [ extension #65 ast version 1.1.2 ] { - - Constants [203] { + - Constants [205] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -31,6 +31,7 @@ Extension [ extension #69 ast version 1.1.1 ] { Constant [ int ast\AST_METHOD ] { 69 } Constant [ int ast\AST_ARROW_FUNC ] { 71 } Constant [ int ast\AST_CLASS ] { 70 } + Constant [ int ast\AST_PROPERTY_HOOK ] { 127 } Constant [ int ast\AST_MAGIC_CONST ] { 0 } Constant [ int ast\AST_TYPE ] { 1 } Constant [ int ast\AST_CALLABLE_CONVERT ] { 3 } @@ -63,6 +64,7 @@ Extension [ extension #69 ast version 1.1.1 ] { Constant [ int ast\AST_BREAK ] { 286 } Constant [ int ast\AST_CONTINUE ] { 287 } Constant [ int ast\AST_CLASS_NAME ] { 276 } + Constant [ int ast\AST_PROPERTY_HOOK_SHORT_BODY ] { 510 } Constant [ int ast\AST_CLASS_CONST_GROUP ] { 546 } Constant [ int ast\AST_DIM ] { 512 } Constant [ int ast\AST_PROP ] { 513 } @@ -133,7 +135,7 @@ Extension [ extension #69 ast version 1.1.1 ] { Constant [ int ast\flags\CLASS_INTERFACE ] { 1 } Constant [ int ast\flags\CLASS_ANONYMOUS ] { 4 } Constant [ int ast\flags\CLASS_ENUM ] { 268435456 } - Constant [ int ast\flags\CLASS_READONLY ] { 8388608 } + Constant [ int ast\flags\CLASS_READONLY ] { 65536 } Constant [ int ast\flags\PARAM_REF ] { 8 } Constant [ int ast\flags\PARAM_VARIADIC ] { 16 } Constant [ int ast\flags\TYPE_NULL ] { 1 } -- cgit