diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 96 |
1 files changed, 52 insertions, 44 deletions
@@ -1,14 +1,14 @@ -Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { +Extension [ <persistent> extension #94 quickhash version 1.1.1 ] { - Classes [4] { Class [ <internal:quickhash> <iterateable> 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 } + Constant [ public int CHECK_FOR_DUPES ] { 1 } + Constant [ public int DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ public int HASHER_NO_HASH ] { 256 } + Constant [ public int HASHER_JENKINS1 ] { 512 } + Constant [ public int HASHER_JENKINS2 ] { 1024 } } - Static properties [0] { @@ -17,17 +17,19 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ <internal:quickhash> static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } Method [ <internal:quickhash> static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $contents ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } } @@ -40,7 +42,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $size ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $flags = <default> ] } } @@ -118,11 +120,11 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { Class [ <internal:quickhash> <iterateable> 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 } + Constant [ public int CHECK_FOR_DUPES ] { 1 } + Constant [ public int DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ public int HASHER_NO_HASH ] { 256 } + Constant [ public int HASHER_JENKINS1 ] { 512 } + Constant [ public int HASHER_JENKINS2 ] { 1024 } } - Static properties [0] { @@ -131,17 +133,19 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ <internal:quickhash, overwrites QuickHashIntSet, prototype QuickHashIntSet> static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } Method [ <internal:quickhash, overwrites QuickHashIntSet, prototype QuickHashIntSet> static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $contents ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } } @@ -154,7 +158,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $size ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $flags = <default> ] } } @@ -168,7 +172,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $value ] + Parameter #1 [ <optional> $value = <default> ] } } @@ -256,11 +260,11 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { Class [ <internal:quickhash> <iterateable> 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 } + Constant [ public int CHECK_FOR_DUPES ] { 1 } + Constant [ public int DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ public int HASHER_NO_HASH ] { 256 } + Constant [ public int HASHER_JENKINS1 ] { 512 } + Constant [ public int HASHER_JENKINS2 ] { 1024 } } - Static properties [0] { @@ -269,17 +273,19 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ <internal:quickhash, overwrites QuickHashIntHash, prototype QuickHashIntSet> static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } Method [ <internal:quickhash, overwrites QuickHashIntHash, prototype QuickHashIntSet> static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $contents ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } } @@ -292,7 +298,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $size ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $flags = <default> ] } } @@ -306,7 +312,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $value ] + Parameter #1 [ <optional> $value = <default> ] } } @@ -394,11 +400,11 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { Class [ <internal:quickhash> <iterateable> 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 } + Constant [ public int CHECK_FOR_DUPES ] { 1 } + Constant [ public int DO_NOT_USE_ZEND_ALLOC ] { 2 } + Constant [ public int HASHER_NO_HASH ] { 256 } + Constant [ public int HASHER_JENKINS1 ] { 512 } + Constant [ public int HASHER_JENKINS2 ] { 1024 } } - Static properties [0] { @@ -407,17 +413,19 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ <internal:quickhash, overwrites QuickHashIntHash, prototype QuickHashIntSet> static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } Method [ <internal:quickhash, overwrites QuickHashIntHash, prototype QuickHashIntSet> static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $contents ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $size = <default> ] + Parameter #2 [ <optional> $flags = <default> ] } } } @@ -430,7 +438,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $size ] - Parameter #1 [ <optional> $flags ] + Parameter #1 [ <optional> $flags = <default> ] } } @@ -444,7 +452,7 @@ Extension [ <persistent> extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $value ] + Parameter #1 [ <optional> $value = <default> ] } } |