diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 msgpack version 2.2.0 ] { +Extension [ <persistent> extension #104 msgpack version 3.0.1 ] { - INI { Entry [ msgpack.error_display <ALL> ] @@ -7,16 +7,24 @@ 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' } Entry [ msgpack.use_str8_serialization <ALL> ] Current = '1' } + Entry [ msgpack.force_f32 <ALL> ] + Current = '0' + } } - - Constants [1] { - Constant [ int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + - Constants [3] { + Constant [ <persistent> int MESSAGEPACK_OPT_PHPONLY ] { -1001 } + Constant [ <persistent> int MESSAGEPACK_OPT_ASSOC ] { -1002 } + Constant [ <persistent> int MESSAGEPACK_OPT_FORCE_F32 ] { -1003 } } - Functions { @@ -51,8 +59,10 @@ Extension [ <persistent> extension #85 msgpack version 2.2.0 ] { - Classes [2] { Class [ <internal:msgpack> class MessagePack ] { - - Constants [1] { + - Constants [3] { Constant [ public int OPT_PHPONLY ] { -1001 } + Constant [ public int OPT_ASSOC ] { -1002 } + Constant [ public int OPT_FORCE_F32 ] { -1003 } } - Static properties [0] { |
