From bd39e2e057fe0a3ce7bf4d5f060beef025542a10 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 | 533 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 533 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..edbdbd7 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,533 @@ +Extension [ extension #118 quickhash version 1.0.0 ] { + + - Classes [4] { + Class [ class QuickHashIntSet implements ArrayAccess ] { + + - Constants [5] { + Constant [ integer CHECK_FOR_DUPES ] { 1 } + Constant [ integer DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ integer HASHER_NO_HASH ] { 256 } + Constant [ integer HASHER_JENKINS1 ] { 512 } + Constant [ integer HASHER_JENKINS2 ] { 1024 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method loadFromFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ static public method loadFromString ] { + + - Parameters [2] { + Parameter #0 [ $contents ] + Parameter #1 [ $flags ] + } + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method saveToFile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveToString ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } + } + + Class [ class QuickHashIntHash extends QuickHashIntSet implements ArrayAccess ] { + + - Constants [5] { + Constant [ integer CHECK_FOR_DUPES ] { 1 } + Constant [ integer DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ integer HASHER_NO_HASH ] { 256 } + Constant [ integer HASHER_JENKINS1 ] { 512 } + Constant [ integer HASHER_JENKINS2 ] { 1024 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method loadFromFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ static public method loadFromString ] { + + - Parameters [2] { + Parameter #0 [ $contents ] + Parameter #1 [ $flags ] + } + } + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method saveToFile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveToString ] { + + - Parameters [0] { + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } + } + + Class [ class QuickHashIntStringHash extends QuickHashIntHash implements ArrayAccess ] { + + - Constants [5] { + Constant [ integer CHECK_FOR_DUPES ] { 1 } + Constant [ integer DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ integer HASHER_NO_HASH ] { 256 } + Constant [ integer HASHER_JENKINS1 ] { 512 } + Constant [ integer HASHER_JENKINS2 ] { 1024 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method loadFromFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ static public method loadFromString ] { + + - Parameters [2] { + Parameter #0 [ $contents ] + Parameter #1 [ $flags ] + } + } + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method saveToFile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveToString ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } + } + + Class [ class QuickHashStringIntHash extends QuickHashIntHash implements ArrayAccess ] { + + - Constants [5] { + Constant [ integer CHECK_FOR_DUPES ] { 1 } + Constant [ integer DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ integer HASHER_NO_HASH ] { 256 } + Constant [ integer HASHER_JENKINS1 ] { 512 } + Constant [ integer HASHER_JENKINS2 ] { 1024 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method loadFromFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ static public method loadFromString ] { + + - Parameters [2] { + Parameter #0 [ $contents ] + Parameter #1 [ $flags ] + } + } + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method saveToFile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveToString ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } + } + } +} + -- cgit