From 71da333ae521f57a6ef72fb82d1c390eb30a757d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 08:23:01 +0100 Subject: update to 1.1.2 --- PHPINFO | 2 +- REFLECTION | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++-- php-pecl-teds.spec | 5 +- 3 files changed, 489 insertions(+), 15 deletions(-) diff --git a/PHPINFO b/PHPINFO index 3e14ad0..774118b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 1.0.1 +teds version => 1.1.2 diff --git a/REFLECTION b/REFLECTION index 3c464e9..b82a9dd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 1.0.1 ] { +Extension [ extension #99 teds version 1.1.2 ] { - Functions { Function [ function Teds\any ] { @@ -97,9 +97,17 @@ Extension [ extension #99 teds version 1.0.1 ] { } - Return [ array ] } + Function [ function Teds\is_same_array_handle ] { + + - Parameters [2] { + Parameter #0 [ array $array1 ] + Parameter #1 [ array $array2 ] + } + - Return [ bool ] + } } - - Classes [21] { + - Classes [22] { Interface [ interface Teds\Collection extends Traversable, Countable ] { - Constants [0] { @@ -564,7 +572,23 @@ Extension [ extension #99 teds version 1.0.1 ] { - Static properties [0] { } - - Static methods [1] { + - Static methods [3] { + Method [ static public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ Teds\BitSet ] + } + + Method [ static public method fromBinaryString ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ Teds\BitSet ] + } + Method [ static public method __set_state ] { - Parameters [1] { @@ -577,7 +601,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [27] { + - Methods [42] { Method [ public method __construct ] { - Parameters [1] { @@ -628,6 +652,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ void ] } + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toBinaryString ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ public method push ] { - Parameters [1] { @@ -652,6 +690,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ void ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method pop ] { - Parameters [0] { @@ -713,6 +765,98 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ void ] } + Method [ public method getInt8 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method getUInt8 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method setInt8 ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ int $value ] + } + - Return [ void ] + } + + Method [ public method getInt16 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method getUInt16 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method setInt16 ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ int $value ] + } + - Return [ void ] + } + + Method [ public method getInt32 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method getUInt32 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method setInt32 ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ int $value ] + } + - Return [ void ] + } + + Method [ public method getInt64 ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ int ] + } + + Method [ public method setInt64 ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ int $value ] + } + - Return [ void ] + } + Method [ public method offsetGet ] { - Parameters [1] { @@ -788,6 +932,179 @@ Extension [ extension #99 teds version 1.0.1 ] { } } + Class [ final class Teds\CachedIterable implements IteratorAggregate, Traversable, Teds\Collection, Countable, JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method fromPairs ] { + + - Parameters [1] { + Parameter #0 [ array $pairs ] + } + - Return [ Teds\CachedIterable ] + } + + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $array ] + } + - Return [ Teds\CachedIterable ] + } + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ iterable $iterator ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ InternalIterator ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method toPairs ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method keys ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method keyAt ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ mixed ] + } + + Method [ public method valueAt ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ mixed ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method indexOfKey ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ ?int ] + } + + Method [ public method indexOfValue ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ ?int ] + } + + Method [ public method containsKey ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ bool ] + } + + Method [ public method containsValue ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ bool ] + } + + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Class [ final class Teds\Deque implements IteratorAggregate, Traversable, Teds\Sequence, ArrayAccess, Countable, Teds\Collection, JsonSerializable ] { - Constants [0] { @@ -809,7 +1126,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [26] { + - Methods [28] { Method [ public method __construct ] { - Parameters [1] { @@ -890,6 +1207,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottom ] { - Parameters [0] { @@ -897,6 +1221,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method top ] { - Parameters [0] { @@ -1202,7 +1533,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [25] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -1307,6 +1638,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method clear ] { - Parameters [0] { @@ -1417,7 +1762,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [26] { + - Methods [28] { Method [ public method __construct ] { - Parameters [1] { @@ -1491,6 +1836,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ int ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ public method clear ] { - Parameters [0] { @@ -1869,7 +2228,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [24] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -1920,6 +2279,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ void ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method push ] { - Parameters [1] { @@ -2083,7 +2456,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [28] { + - Methods [32] { Method [ public method __construct ] { - Parameters [1] { @@ -2162,6 +2535,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ array ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottom ] { - Parameters [0] { @@ -2169,6 +2549,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method firstKey ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottomKey ] { - Parameters [0] { @@ -2176,6 +2563,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method top ] { - Parameters [0] { @@ -2183,6 +2577,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method lastKey ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method topKey ] { - Parameters [0] { @@ -2314,7 +2715,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [19] { + - Methods [21] { Method [ public method __construct ] { - Parameters [1] { @@ -2379,6 +2780,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ array ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottom ] { - Parameters [0] { @@ -2386,6 +2794,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method top ] { - Parameters [0] { @@ -2775,7 +3190,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [26] { + - Methods [30] { Method [ public method __construct ] { - Parameters [1] { @@ -2854,6 +3269,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ array ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottom ] { - Parameters [0] { @@ -2861,6 +3283,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method firstKey ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottomKey ] { - Parameters [0] { @@ -2868,6 +3297,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method top ] { - Parameters [0] { @@ -2875,6 +3311,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method lastKey ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method topKey ] { - Parameters [0] { @@ -2992,7 +3435,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -3057,6 +3500,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ array ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method bottom ] { - Parameters [0] { @@ -3064,6 +3514,13 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method top ] { - Parameters [0] { @@ -3441,7 +3898,7 @@ Extension [ extension #99 teds version 1.0.1 ] { - Properties [0] { } - - Methods [29] { + - Methods [31] { Method [ public method __construct ] { - Parameters [1] { @@ -3553,6 +4010,20 @@ Extension [ extension #99 teds version 1.0.1 ] { - Return [ mixed ] } + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ public method toArray ] { - Parameters [0] { diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 61d9625..6a5ea23 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.0.1 +%global upstream_version 1.1.2 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -194,6 +194,9 @@ fi %changelog +* Mon Feb 21 2022 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Thu Feb 17 2022 Remi Collet - 1.0.1-1 - update to 1.0.1 -- cgit