From 3adc25037fb9fe3b6e0eaddc962af427d7eaca1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Apr 2017 09:27:12 +0200 Subject: switch the specs --- REFLECTION-PHP7 | 173 -------------------------------------------------------- 1 file changed, 173 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 194891d..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,173 +0,0 @@ -Extension [ extension #107 msgpack version 2.0.2 ] { - - - INI { - Entry [ msgpack.error_display ] - Current = '1' - } - Entry [ msgpack.php_only ] - Current = '1' - } - Entry [ msgpack.illegal_key_insert ] - Current = '0' - } - Entry [ msgpack.use_str8_serialization ] - Current = '1' - } - } - - - Constants [1] { - Constant [ integer MESSAGEPACK_OPT_PHPONLY ] { -1001 } - } - - - Functions { - Function [ function msgpack_serialize ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - Function [ function msgpack_unserialize ] { - - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $object ] - } - } - Function [ function msgpack_pack ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - Function [ function msgpack_unpack ] { - - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $object ] - } - } - } - - - Classes [2] { - Class [ class MessagePack ] { - - - Constants [1] { - Constant [ integer OPT_PHPONLY ] { -1001 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [5] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $opt ] - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] - } - } - - Method [ public method pack ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ public method unpack ] { - - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $object ] - } - } - - Method [ public method unpacker ] { - - - Parameters [0] { - } - } - } - } - - Class [ class MessagePackUnpacker ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $opt ] - } - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] - } - } - - Method [ public method feed ] { - - - Parameters [1] { - Parameter #0 [ $str ] - } - } - - Method [ public method execute ] { - - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ &$offset ] - } - } - - Method [ public method data ] { - - - Parameters [1] { - Parameter #0 [ $object ] - } - } - - Method [ public method reset ] { - - - Parameters [0] { - } - } - } - } - } -} - -- cgit