summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-06 07:23:18 +0200
committerRemi Collet <remi@remirepo.net>2020-08-06 07:23:18 +0200
commit33158928cd10cb21533964a4dc4de9e6c73e5c91 (patch)
tree9e0331b8113a8fce5808bc3b28da54c0447c29eb /REFLECTION
parent7e5dc29f3338795681b9058702f60278cb63158a (diff)
update to 1.0.8
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION10
1 files changed, 8 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 0916af0..dada6c4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #71 ast version 1.0.7 ] {
+Extension [ <persistent> extension #71 ast version 1.0.8 ] {
- - Constants [186] {
+ - Constants [192] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
Constant [ int ast\AST_LIST ] { 255 }
Constant [ int ast\AST_ARRAY ] { 129 }
@@ -63,6 +63,7 @@ Extension [ <persistent> extension #71 ast version 1.0.7 ] {
Constant [ int ast\AST_CLASS_CONST_GROUP ] { 766 }
Constant [ int ast\AST_DIM ] { 512 }
Constant [ int ast\AST_PROP ] { 513 }
+ Constant [ int ast\AST_NULLSAFE_PROP ] { 761 }
Constant [ int ast\AST_STATIC_PROP ] { 514 }
Constant [ int ast\AST_CALL ] { 515 }
Constant [ int ast\AST_CLASS_CONST ] { 516 }
@@ -94,7 +95,9 @@ Extension [ <persistent> extension #71 ast version 1.0.7 ] {
Constant [ int ast\AST_ATTRIBUTE ] { 765 }
Constant [ int ast\AST_MATCH ] { 764 }
Constant [ int ast\AST_MATCH_ARM ] { 763 }
+ Constant [ int ast\AST_NAMED_ARG ] { 762 }
Constant [ int ast\AST_METHOD_CALL ] { 768 }
+ Constant [ int ast\AST_NULLSAFE_METHOD_CALL ] { 1023 }
Constant [ int ast\AST_STATIC_CALL ] { 769 }
Constant [ int ast\AST_CONDITIONAL ] { 770 }
Constant [ int ast\AST_TRY ] { 771 }
@@ -111,6 +114,9 @@ Extension [ <persistent> extension #71 ast version 1.0.7 ] {
Constant [ int ast\flags\MODIFIER_STATIC ] { 1 }
Constant [ int ast\flags\MODIFIER_ABSTRACT ] { 2 }
Constant [ int ast\flags\MODIFIER_FINAL ] { 4 }
+ Constant [ int ast\flags\PARAM_MODIFIER_PUBLIC ] { 4 }
+ Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 8 }
+ Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 16 }
Constant [ int ast\flags\RETURNS_REF ] { 67108864 }
Constant [ int ast\flags\FUNC_RETURNS_REF ] { 67108864 }
Constant [ int ast\flags\FUNC_GENERATOR ] { 8388608 }