diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 msgpack version 2.2.0 ] { +Extension [ <persistent> extension #84 msgpack version 3.0.0RC1 ] { - INI { Entry [ msgpack.error_display <ALL> ] @@ -7,6 +7,9 @@ Extension [ <persistent> extension #85 msgpack version 2.2.0 ] { 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 #85 msgpack version 2.2.0 ] { } } - - Constants [1] { + - Constants [2] { Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ int MESSAGEPACK_OPT_ASSOC ] { -1002 } } - Functions { @@ -51,8 +55,9 @@ Extension [ <persistent> extension #85 msgpack version 2.2.0 ] { - Classes [2] { Class [ <internal:msgpack> class MessagePack ] { - - Constants [1] { + - Constants [2] { Constant [ public int OPT_PHPONLY ] { -1001 } + Constant [ public int OPT_ASSOC ] { -1002 } } - Static properties [0] { |