diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 33 |
1 files changed, 19 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { +Extension [ <persistent> extension #87 msgpack version 3.0.0 ] { - INI { Entry [ msgpack.error_display <ALL> ] @@ -7,6 +7,9 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { Entry [ msgpack.php_only <ALL> ] Current = '1' } + Entry [ msgpack.assoc <ALL> ] + Current = '1' + } Entry [ msgpack.illegal_key_insert <ALL> ] Current = '0' } @@ -15,8 +18,9 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { } } - - Constants [1] { - Constant [ integer MESSAGEPACK_OPT_PHPONLY ] { -1001 } + - Constants [2] { + Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ int MESSAGEPACK_OPT_ASSOC ] { -1002 } } - Functions { @@ -30,7 +34,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $str ] - Parameter #1 [ <optional> $object ] + Parameter #1 [ <optional> $object = <default> ] } } Function [ <internal:msgpack> function msgpack_pack ] { @@ -43,7 +47,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $str ] - Parameter #1 [ <optional> $object ] + Parameter #1 [ <optional> $object = <default> ] } } } @@ -51,8 +55,9 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { - Classes [2] { Class [ <internal:msgpack> class MessagePack ] { - - Constants [1] { - Constant [ public integer OPT_PHPONLY ] { -1001 } + - Constants [2] { + Constant [ public int OPT_PHPONLY ] { -1001 } + Constant [ public int OPT_ASSOC ] { -1002 } } - Static properties [0] { @@ -68,7 +73,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { Method [ <internal:msgpack, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $opt ] + Parameter #0 [ <optional> $opt = <default> ] } } @@ -91,7 +96,7 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $str ] - Parameter #1 [ <optional> $object ] + Parameter #1 [ <optional> $object = <default> ] } } @@ -121,11 +126,11 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { Method [ <internal:msgpack, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $opt ] + Parameter #0 [ <optional> $opt = <default> ] } } - Method [ <internal:msgpack, dtor> public method __destruct ] { + Method [ <internal:msgpack> public method __destruct ] { - Parameters [0] { } @@ -149,15 +154,15 @@ Extension [ <persistent> extension #117 msgpack version 2.0.3 ] { Method [ <internal:msgpack> public method execute ] { - Parameters [2] { - Parameter #0 [ <optional> $str ] - Parameter #1 [ <optional> &$offset ] + Parameter #0 [ <optional> $str = <default> ] + Parameter #1 [ <optional> &$offset = <default> ] } } Method [ <internal:msgpack> public method data ] { - Parameters [1] { - Parameter #0 [ <optional> $object ] + Parameter #0 [ <optional> $object = <default> ] } } |