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