diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-12 08:44:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-12 08:44:45 +0200 |
commit | 182f8fd60b232604765c5b41ab088767b2f141b3 (patch) | |
tree | f06db3298baa1adbb9249bfb771fa03a7bef9162 /REFLECTION | |
parent | 0c1ab5343d6c2e735b7c338c2bb5be2978c67315 (diff) |
update to 1.1.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #69 ast version 1.1.1 ] { +Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 } |