diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-07 07:28:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-07 07:28:06 +0200 |
commit | fee377c117272471ad980f57bb9512f664b6260d (patch) | |
tree | cd3e6000367279b661b3b7adc070ba28dafe1b9a /REFLECTION | |
parent | 62bb66f21e9c340f7a4fd657e77e1271d77347b4 (diff) |
v0.1.7
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 53 |
1 files changed, 27 insertions, 26 deletions
@@ -1,23 +1,23 @@ -Extension [ <persistent> extension #75 ast version 0.1.6 ] { +Extension [ <persistent> extension #74 ast version 0.1.7 ] { - - Constants [190] { + - Constants [191] { Constant [ integer ast\AST_ARG_LIST ] { 128 } - Constant [ integer ast\AST_LIST ] { 129 } - Constant [ integer ast\AST_ARRAY ] { 130 } - Constant [ integer ast\AST_ENCAPS_LIST ] { 131 } - Constant [ integer ast\AST_EXPR_LIST ] { 132 } - Constant [ integer ast\AST_STMT_LIST ] { 133 } - Constant [ integer ast\AST_IF ] { 134 } - Constant [ integer ast\AST_SWITCH_LIST ] { 135 } - Constant [ integer ast\AST_CATCH_LIST ] { 136 } - Constant [ integer ast\AST_PARAM_LIST ] { 137 } - Constant [ integer ast\AST_CLOSURE_USES ] { 138 } - Constant [ integer ast\AST_PROP_DECL ] { 139 } - Constant [ integer ast\AST_CONST_DECL ] { 140 } - Constant [ integer ast\AST_CLASS_CONST_DECL ] { 141 } - Constant [ integer ast\AST_NAME_LIST ] { 142 } - Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 143 } - Constant [ integer ast\AST_USE ] { 144 } + Constant [ integer ast\AST_LIST ] { 255 } + Constant [ integer ast\AST_ARRAY ] { 129 } + Constant [ integer ast\AST_ENCAPS_LIST ] { 130 } + Constant [ integer ast\AST_EXPR_LIST ] { 131 } + Constant [ integer ast\AST_STMT_LIST ] { 132 } + Constant [ integer ast\AST_IF ] { 133 } + Constant [ integer ast\AST_SWITCH_LIST ] { 134 } + Constant [ integer ast\AST_CATCH_LIST ] { 135 } + Constant [ integer ast\AST_PARAM_LIST ] { 136 } + Constant [ integer ast\AST_CLOSURE_USES ] { 137 } + Constant [ integer ast\AST_PROP_DECL ] { 138 } + Constant [ integer ast\AST_CONST_DECL ] { 139 } + Constant [ integer ast\AST_CLASS_CONST_DECL ] { 140 } + Constant [ integer ast\AST_NAME_LIST ] { 141 } + Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 142 } + Constant [ integer ast\AST_USE ] { 143 } Constant [ integer ast\AST_NAME ] { 2048 } Constant [ integer ast\AST_CLOSURE_VAR ] { 2049 } Constant [ integer ast\AST_NULLABLE_TYPE ] { 2050 } @@ -84,14 +84,14 @@ Extension [ <persistent> extension #75 ast version 0.1.6 ] { Constant [ integer ast\AST_SWITCH_CASE ] { 535 } Constant [ integer ast\AST_DECLARE ] { 536 } Constant [ integer ast\AST_PROP_ELEM ] { 774 } - Constant [ integer ast\AST_CONST_ELEM ] { 537 } - Constant [ integer ast\AST_USE_TRAIT ] { 538 } - Constant [ integer ast\AST_TRAIT_PRECEDENCE ] { 539 } - Constant [ integer ast\AST_METHOD_REFERENCE ] { 540 } - Constant [ integer ast\AST_NAMESPACE ] { 541 } - Constant [ integer ast\AST_USE_ELEM ] { 542 } - Constant [ integer ast\AST_TRAIT_ALIAS ] { 543 } - Constant [ integer ast\AST_GROUP_USE ] { 544 } + Constant [ integer ast\AST_CONST_ELEM ] { 775 } + Constant [ integer ast\AST_USE_TRAIT ] { 537 } + Constant [ integer ast\AST_TRAIT_PRECEDENCE ] { 538 } + Constant [ integer ast\AST_METHOD_REFERENCE ] { 539 } + Constant [ integer ast\AST_NAMESPACE ] { 540 } + Constant [ integer ast\AST_USE_ELEM ] { 541 } + Constant [ integer ast\AST_TRAIT_ALIAS ] { 542 } + Constant [ integer ast\AST_GROUP_USE ] { 543 } Constant [ integer ast\AST_METHOD_CALL ] { 768 } Constant [ integer ast\AST_STATIC_CALL ] { 769 } Constant [ integer ast\AST_CONDITIONAL ] { 770 } @@ -112,6 +112,7 @@ Extension [ <persistent> extension #75 ast version 0.1.6 ] { Constant [ integer ast\flags\RETURNS_REF ] { 67108864 } Constant [ integer ast\flags\FUNC_RETURNS_REF ] { 67108864 } Constant [ integer ast\flags\FUNC_GENERATOR ] { 8388608 } + Constant [ integer ast\flags\ARRAY_ELEM_REF ] { 1 } Constant [ integer ast\flags\CLOSURE_USE_REF ] { 1 } Constant [ integer ast\flags\CLASS_ABSTRACT ] { 32 } Constant [ integer ast\flags\CLASS_FINAL ] { 4 } |