diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-29 09:11:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-29 09:11:11 +0200 |
commit | 950035314ed53fc6b153c760e31e790e126e5abc (patch) | |
tree | 19825a6ba1f85081657a4425a66e0faf2c53f54d /REFLECTION | |
parent | 143be62112b737e04dbc952095c99b074c153b60 (diff) |
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #65 ast version 1.1.2 ] { +Extension [ <persistent> extension #69 ast version 1.1.3 ] { - - Constants [205] { + - Constants [209] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -65,7 +65,7 @@ Extension [ <persistent> extension #65 ast version 1.1.2 ] { 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_CLASS_CONST_GROUP ] { 777 } Constant [ int ast\AST_DIM ] { 512 } Constant [ int ast\AST_PROP ] { 513 } Constant [ int ast\AST_NULLSAFE_PROP ] { 514 } @@ -97,10 +97,10 @@ Extension [ <persistent> extension #65 ast version 1.1.2 ] { Constant [ int ast\AST_USE_ELEM ] { 543 } Constant [ int ast\AST_TRAIT_ALIAS ] { 544 } Constant [ int ast\AST_GROUP_USE ] { 545 } - Constant [ int ast\AST_ATTRIBUTE ] { 547 } - Constant [ int ast\AST_MATCH ] { 548 } - Constant [ int ast\AST_MATCH_ARM ] { 549 } - Constant [ int ast\AST_NAMED_ARG ] { 550 } + Constant [ int ast\AST_ATTRIBUTE ] { 546 } + Constant [ int ast\AST_MATCH ] { 547 } + Constant [ int ast\AST_MATCH_ARM ] { 548 } + Constant [ int ast\AST_NAMED_ARG ] { 549 } Constant [ int ast\AST_METHOD_CALL ] { 768 } Constant [ int ast\AST_NULLSAFE_METHOD_CALL ] { 769 } Constant [ int ast\AST_STATIC_CALL ] { 770 } @@ -121,6 +121,9 @@ Extension [ <persistent> extension #65 ast version 1.1.2 ] { Constant [ int ast\flags\MODIFIER_ABSTRACT ] { 64 } Constant [ int ast\flags\MODIFIER_FINAL ] { 32 } Constant [ int ast\flags\MODIFIER_READONLY ] { 128 } + Constant [ int ast\flags\MODIFIER_PUBLIC_SET ] { 2048 } + Constant [ int ast\flags\MODIFIER_PROTECTED_SET ] { 4096 } + Constant [ int ast\flags\MODIFIER_PRIVATE_SET ] { 8192 } Constant [ int ast\flags\PARAM_MODIFIER_PUBLIC ] { 1 } Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 2 } Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 4 } @@ -183,6 +186,7 @@ Extension [ <persistent> extension #65 ast version 1.1.2 ] { Constant [ int ast\flags\BINARY_IS_GREATER_OR_EQUAL ] { 257 } Constant [ int ast\flags\BINARY_SPACESHIP ] { 170 } Constant [ int ast\flags\BINARY_COALESCE ] { 260 } + Constant [ int ast\flags\BINARY_PIPE ] { 261 } Constant [ int ast\flags\EXEC_EVAL ] { 1 } Constant [ int ast\flags\EXEC_INCLUDE ] { 2 } Constant [ int ast\flags\EXEC_INCLUDE_ONCE ] { 4 } |