diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 } |