From 7799c98daf3498363626d887788481ab8b18e3c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jul 2022 16:26:26 +0200 Subject: update to 1.1.1 raise dependency on PHP 7 --- REFLECTION | 96 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 52 insertions(+), 44 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index edbdbd7..7d39be3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,14 +1,14 @@ -Extension [ extension #118 quickhash version 1.0.0 ] { +Extension [ extension #94 quickhash version 1.1.1 ] { - 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 } + 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 [ extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } Method [ static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $contents ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } } @@ -40,7 +42,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $size ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -118,11 +120,11 @@ Extension [ extension #118 quickhash version 1.0.0 ] { 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 } + 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 [ extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } Method [ static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $contents ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } } @@ -154,7 +158,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $size ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -168,7 +172,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #1 [ $value = ] } } @@ -256,11 +260,11 @@ Extension [ extension #118 quickhash version 1.0.0 ] { 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 } + 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 [ extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } Method [ static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $contents ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } } @@ -292,7 +298,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $size ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -306,7 +312,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #1 [ $value = ] } } @@ -394,11 +400,11 @@ Extension [ extension #118 quickhash version 1.0.0 ] { 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 } + 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 [ extension #118 quickhash version 1.0.0 ] { - Static methods [2] { Method [ static public method loadFromFile ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } Method [ static public method loadFromString ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $contents ] - Parameter #1 [ $flags ] + Parameter #1 [ $size = ] + Parameter #2 [ $flags = ] } } } @@ -430,7 +438,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $size ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -444,7 +452,7 @@ Extension [ extension #118 quickhash version 1.0.0 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #1 [ $value = ] } } -- cgit