From f6eba55b07e46b37195ce0e45024ae202ee8364a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a1503c1 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,166 @@ +Extension [ extension #108 msgpack version 0.5.5 ] { + + - INI { + Entry [ msgpack.error_display ] + Current = '1' + } + Entry [ msgpack.php_only ] + Current = '1' + } + Entry [ msgpack.illegal_key_insert ] + Current = '0' + } + } + + - 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