summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION18
1 files changed, 11 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index dbc52b8..a01fe43 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }