From 33158928cd10cb21533964a4dc4de9e6c73e5c91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2020 07:23:18 +0200 Subject: update to 1.0.8 --- REFLECTION | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0916af0..dada6c4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #71 ast version 1.0.7 ] { +Extension [ extension #71 ast version 1.0.8 ] { - - Constants [186] { + - Constants [192] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -63,6 +63,7 @@ Extension [ extension #71 ast version 1.0.7 ] { Constant [ int ast\AST_CLASS_CONST_GROUP ] { 766 } Constant [ int ast\AST_DIM ] { 512 } Constant [ int ast\AST_PROP ] { 513 } + Constant [ int ast\AST_NULLSAFE_PROP ] { 761 } Constant [ int ast\AST_STATIC_PROP ] { 514 } Constant [ int ast\AST_CALL ] { 515 } Constant [ int ast\AST_CLASS_CONST ] { 516 } @@ -94,7 +95,9 @@ Extension [ extension #71 ast version 1.0.7 ] { Constant [ int ast\AST_ATTRIBUTE ] { 765 } Constant [ int ast\AST_MATCH ] { 764 } Constant [ int ast\AST_MATCH_ARM ] { 763 } + Constant [ int ast\AST_NAMED_ARG ] { 762 } Constant [ int ast\AST_METHOD_CALL ] { 768 } + Constant [ int ast\AST_NULLSAFE_METHOD_CALL ] { 1023 } Constant [ int ast\AST_STATIC_CALL ] { 769 } Constant [ int ast\AST_CONDITIONAL ] { 770 } Constant [ int ast\AST_TRY ] { 771 } @@ -111,6 +114,9 @@ Extension [ extension #71 ast version 1.0.7 ] { Constant [ int ast\flags\MODIFIER_STATIC ] { 1 } Constant [ int ast\flags\MODIFIER_ABSTRACT ] { 2 } Constant [ int ast\flags\MODIFIER_FINAL ] { 4 } + Constant [ int ast\flags\PARAM_MODIFIER_PUBLIC ] { 4 } + Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 8 } + Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 16 } Constant [ int ast\flags\RETURNS_REF ] { 67108864 } Constant [ int ast\flags\FUNC_RETURNS_REF ] { 67108864 } Constant [ int ast\flags\FUNC_GENERATOR ] { 8388608 } -- cgit