summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-23 08:19:09 +0100
committerRemi Collet <remi@remirepo.net>2020-02-23 08:19:09 +0100
commit124b2d81df0aca9ee453b0a133d581d5fbfd9258 (patch)
tree6237253ca5335f650b4833750ef9d102dc88bbba /REFLECTION
parentd4ebab12e1f9f92d3ea255a87e0ff41e7164e40a (diff)
v1.0.6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION5
1 files changed, 3 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 87500f6..78c3a3b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #76 ast version 1.0.5 ] {
+Extension [ <persistent> extension #71 ast version 1.0.6 ] {
- - Constants [178] {
+ - Constants [179] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
Constant [ int ast\AST_LIST ] { 255 }
Constant [ int ast\AST_ARRAY ] { 129 }
@@ -128,6 +128,7 @@ Extension [ <persistent> extension #76 ast version 1.0.5 ] {
Constant [ int ast\flags\TYPE_CALLABLE ] { 17 }
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\UNARY_BOOL_NOT ] { 13 }
Constant [ int ast\flags\UNARY_BITWISE_NOT ] { 12 }
Constant [ int ast\flags\UNARY_SILENCE ] { 260 }