From b81bdf1257eb3ed209609c8376a833518332d120 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..8cb5c20 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,166 @@ +Extension [ extension #98 judy version 1.0.2 ] { + + - Dependencies { + Dependency [ spl (Required) ] + } + + - INI { + Entry [ judy.string.maxlength ] + Current = '65536' + } + } + + - Functions { + Function [ function judy_version ] { + } + Function [ function judy_type ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + } + + - Classes [1] { + Class [ class Judy implements ArrayAccess, Countable ] { + + - Constants [5] { + Constant [ integer BITSET ] { 1 } + Constant [ integer INT_TO_INT ] { 2 } + Constant [ integer INT_TO_MIXED ] { 3 } + Constant [ integer STRING_TO_INT ] { 4 } + Constant [ integer STRING_TO_MIXED ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method getType ] { + } + + Method [ public method free ] { + } + + Method [ public method memoryUsage ] { + } + + Method [ public method count ] { + + - Parameters [2] { + Parameter #0 [ $index_start ] + Parameter #1 [ $index_end ] + } + } + + Method [ public method byCount ] { + + - Parameters [1] { + Parameter #0 [ $nth_index ] + } + } + + Method [ public method first ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method next ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method last ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method prev ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method firstEmpty ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method nextEmpty ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method lastEmpty ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method prevEmpty ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method size ] { + } + } + } + } +} + -- cgit