diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 25 insertions, 4 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #75 ast version 0.1.4 ] { +Extension [ <persistent> extension #75 ast version 0.1.5 ] { - - Constants [187] { + - Constants [190] { Constant [ integer ast\AST_ARG_LIST ] { 128 } Constant [ integer ast\AST_LIST ] { 129 } Constant [ integer ast\AST_ARRAY ] { 130 } @@ -110,6 +110,9 @@ Extension [ <persistent> extension #75 ast version 0.1.4 ] { Constant [ integer ast\flags\MODIFIER_ABSTRACT ] { 2 } Constant [ integer ast\flags\MODIFIER_FINAL ] { 4 } 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\CLOSURE_USE_REF ] { 1 } Constant [ integer ast\flags\CLASS_ABSTRACT ] { 32 } Constant [ integer ast\flags\CLASS_FINAL ] { 4 } Constant [ integer ast\flags\CLASS_TRAIT ] { 128 } @@ -239,7 +242,16 @@ Extension [ <persistent> extension #75 ast version 0.1.4 ] { Property [ <default> public $children ] } - - Methods [0] { + - Methods [1] { + Method [ <internal:ast, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <optional> $kind ] + Parameter #1 [ <optional> $flags ] + Parameter #2 [ <optional> array or NULL $children ] + Parameter #3 [ <optional> $lineno ] + } + } } } @@ -264,7 +276,16 @@ Extension [ <persistent> extension #75 ast version 0.1.4 ] { Property [ <default> public $docComment ] } - - Methods [0] { + - Methods [1] { + Method [ <internal:ast, inherits ast\Node, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <optional> $kind ] + Parameter #1 [ <optional> $flags ] + Parameter #2 [ <optional> array or NULL $children ] + Parameter #3 [ <optional> $lineno ] + } + } } } } |