diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 8 | 
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #69 ast version 1.0.16 ] { +Extension [ <persistent> extension #69 ast version 1.1.0 ] { -  - Constants [199] { +  - Constants [203] {      Constant [ int ast\AST_ARG_LIST ] { 128 }      Constant [ int ast\AST_LIST ] { 255 }      Constant [ int ast\AST_ARRAY ] { 129 } @@ -133,10 +133,12 @@ Extension [ <persistent> extension #69 ast version 1.0.16 ] {      Constant [ int ast\flags\CLASS_INTERFACE ] { 1 }      Constant [ int ast\flags\CLASS_ANONYMOUS ] { 4 }      Constant [ int ast\flags\CLASS_ENUM ] { 4194304 } +    Constant [ int ast\flags\CLASS_READONLY ] { 8388608 }      Constant [ int ast\flags\PARAM_REF ] { 8 }      Constant [ int ast\flags\PARAM_VARIADIC ] { 16 }      Constant [ int ast\flags\TYPE_NULL ] { 1 }      Constant [ int ast\flags\TYPE_FALSE ] { 2 } +    Constant [ int ast\flags\TYPE_TRUE ] { 3 }      Constant [ int ast\flags\TYPE_BOOL ] { 17 }      Constant [ int ast\flags\TYPE_LONG ] { 4 }      Constant [ int ast\flags\TYPE_DOUBLE ] { 5 } @@ -200,6 +202,8 @@ Extension [ <persistent> extension #69 ast version 1.0.16 ] {      Constant [ int ast\flags\ARRAY_SYNTAX_SHORT ] { 3 }      Constant [ int ast\flags\DIM_ALTERNATIVE_SYNTAX ] { 2 }      Constant [ int ast\flags\PARENTHESIZED_CONDITIONAL ] { 1 } +    Constant [ int ast\flags\ENCAPS_VAR_DOLLAR_CURLY ] { 1 } +    Constant [ int ast\flags\ENCAPS_VAR_DOLLAR_CURLY_VAR_VAR ] { 2 }    }    - Functions {  | 
