summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-25 07:53:19 +0200
committerRemi Collet <remi@remirepo.net>2021-07-25 07:53:19 +0200
commitdde9d48a9956d63c58e7570e054f877b6e68527f (patch)
treeea1c308742d9a13ac49b5413d3df544d10c833af /REFLECTION
parent8e1adc7ed2fc42f98acaf30e4633cc380bfb4cf0 (diff)
update to 1.0.14
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION6
1 files changed, 4 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 539b803..fb55a5e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #67 ast version 1.0.13 ] {
+Extension [ <persistent> extension #67 ast version 1.0.14 ] {
- - Constants [197] {
+ - Constants [199] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
Constant [ int ast\AST_LIST ] { 255 }
Constant [ int ast\AST_ARRAY ] { 129 }
@@ -33,6 +33,7 @@ Extension [ <persistent> extension #67 ast version 1.0.13 ] {
Constant [ int ast\AST_CLASS ] { 70 }
Constant [ int ast\AST_MAGIC_CONST ] { 0 }
Constant [ int ast\AST_TYPE ] { 1 }
+ Constant [ int ast\AST_CALLABLE_CONVERT ] { 3 }
Constant [ int ast\AST_VAR ] { 256 }
Constant [ int ast\AST_CONST ] { 257 }
Constant [ int ast\AST_UNPACK ] { 258 }
@@ -117,6 +118,7 @@ Extension [ <persistent> extension #67 ast version 1.0.13 ] {
Constant [ int ast\flags\MODIFIER_STATIC ] { 16 }
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\PARAM_MODIFIER_PUBLIC ] { 4 }
Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 8 }
Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 16 }