summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION13
1 files changed, 10 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 78c3a3b..0916af0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #71 ast version 1.0.6 ] {
+Extension [ <persistent> extension #71 ast version 1.0.7 ] {
- - Constants [179] {
+ - Constants [186] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
Constant [ int ast\AST_LIST ] { 255 }
Constant [ int ast\AST_ARRAY ] { 129 }
@@ -19,6 +19,8 @@ Extension [ <persistent> extension #71 ast version 1.0.6 ] {
Constant [ int ast\AST_TRAIT_ADAPTATIONS ] { 142 }
Constant [ int ast\AST_USE ] { 143 }
Constant [ int ast\AST_TYPE_UNION ] { 254 }
+ Constant [ int ast\AST_ATTRIBUTE_LIST ] { 253 }
+ Constant [ int ast\AST_MATCH_ARM_LIST ] { 252 }
Constant [ int ast\AST_NAME ] { 2048 }
Constant [ int ast\AST_CLOSURE_VAR ] { 2049 }
Constant [ int ast\AST_NULLABLE_TYPE ] { 2050 }
@@ -58,6 +60,7 @@ Extension [ <persistent> extension #71 ast version 1.0.6 ] {
Constant [ int ast\AST_BREAK ] { 285 }
Constant [ int ast\AST_CONTINUE ] { 286 }
Constant [ int ast\AST_CLASS_NAME ] { 511 }
+ Constant [ int ast\AST_CLASS_CONST_GROUP ] { 766 }
Constant [ int ast\AST_DIM ] { 512 }
Constant [ int ast\AST_PROP ] { 513 }
Constant [ int ast\AST_STATIC_PROP ] { 514 }
@@ -88,14 +91,17 @@ Extension [ <persistent> extension #71 ast version 1.0.6 ] {
Constant [ int ast\AST_USE_ELEM ] { 541 }
Constant [ int ast\AST_TRAIT_ALIAS ] { 542 }
Constant [ int ast\AST_GROUP_USE ] { 543 }
+ Constant [ int ast\AST_ATTRIBUTE ] { 765 }
+ Constant [ int ast\AST_MATCH ] { 764 }
+ Constant [ int ast\AST_MATCH_ARM ] { 763 }
Constant [ int ast\AST_METHOD_CALL ] { 768 }
Constant [ int ast\AST_STATIC_CALL ] { 769 }
Constant [ int ast\AST_CONDITIONAL ] { 770 }
Constant [ int ast\AST_TRY ] { 771 }
Constant [ int ast\AST_CATCH ] { 772 }
- Constant [ int ast\AST_PARAM ] { 773 }
Constant [ int ast\AST_FOR ] { 1024 }
Constant [ int ast\AST_FOREACH ] { 1025 }
+ Constant [ int ast\AST_PARAM ] { 773 }
Constant [ int ast\flags\NAME_FQ ] { 0 }
Constant [ int ast\flags\NAME_NOT_FQ ] { 1 }
Constant [ int ast\flags\NAME_RELATIVE ] { 2 }
@@ -129,6 +135,7 @@ Extension [ <persistent> extension #71 ast version 1.0.6 ] {
Constant [ int ast\flags\TYPE_VOID ] { 19 }
Constant [ int ast\flags\TYPE_ITERABLE ] { 18 }
Constant [ int ast\flags\TYPE_STATIC ] { 20 }
+ Constant [ int ast\flags\TYPE_MIXED ] { 21 }
Constant [ int ast\flags\UNARY_BOOL_NOT ] { 13 }
Constant [ int ast\flags\UNARY_BITWISE_NOT ] { 12 }
Constant [ int ast\flags\UNARY_SILENCE ] { 260 }