From efa0f18d4fc47b7cd81372384ab494504eb42ad1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Aug 2022 07:12:44 +0200 Subject: update to 1.1.0 raise dependency on PHP 7.2 --- REFLECTION | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 631dca4..c0e17ca 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #69 ast version 1.0.16 ] { +Extension [ extension #69 ast version 1.1.0 ] { - - Constants [199] { + - Constants [203] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -133,10 +133,12 @@ Extension [ extension #69 ast version 1.0.16 ] { 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_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_LONG ] { 4 } Constant [ int ast\flags\TYPE_DOUBLE ] { 5 } @@ -200,6 +202,8 @@ Extension [ extension #69 ast version 1.0.16 ] { Constant [ int ast\flags\ARRAY_SYNTAX_SHORT ] { 3 } Constant [ int ast\flags\DIM_ALTERNATIVE_SYNTAX ] { 2 } Constant [ int ast\flags\PARENTHESIZED_CONDITIONAL ] { 1 } + Constant [ int ast\flags\ENCAPS_VAR_DOLLAR_CURLY ] { 1 } + Constant [ int ast\flags\ENCAPS_VAR_DOLLAR_CURLY_VAR_VAR ] { 2 } } - Functions { -- cgit