diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-10 07:12:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-10 07:12:44 +0200 |
commit | efa0f18d4fc47b7cd81372384ab494504eb42ad1 (patch) | |
tree | ed99db879f5482b68c57e5be80ee779033f1bcd5 /REFLECTION | |
parent | b52570a9771c606428d9ff10a3535fe366f823ba (diff) |
update to 1.1.0
raise dependency on PHP 7.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #69 ast version 1.0.16 ] { +Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 { |