From 46be7341a915cff496e186a342c212aa257b0ad6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Feb 2022 07:10:42 +0100 Subject: update to 0.14.0 --- PHPINFO | 2 +- REFLECTION | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++++- php-pecl-teds.spec | 5 +- 3 files changed, 235 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0a00202..75a8946 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.12.0 +teds version => 0.14.0 diff --git a/REFLECTION b/REFLECTION index 33dcd80..92d9cad 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 0.12.0 ] { +Extension [ extension #99 teds version 0.14.0 ] { - Functions { Function [ function Teds\any ] { @@ -99,7 +99,7 @@ Extension [ extension #99 teds version 0.12.0 ] { } } - - Classes [18] { + - Classes [19] { Interface [ interface Teds\Values extends Traversable, Countable ] { - Constants [0] { @@ -355,6 +355,216 @@ Extension [ extension #99 teds version 0.12.0 ] { } } + Class [ final class Teds\BitSet implements IteratorAggregate, Traversable, Teds\ListInterface, Teds\Values, Countable, ArrayAccess, Teds\Collection, JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $array ] + } + - Return [ Teds\BitSet ] + } + } + + - Properties [0] { + } + + - Methods [24] { + 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 capacity ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ mixed ...$values ] + } + - Return [ void ] + } + + Method [ public method pushBits ] { + + - Parameters [1] { + Parameter #0 [ bool ...$values ] + } + - Return [ void ] + } + + Method [ public method pop ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ bool ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ mixed $value ] + } + - Return [ void ] + } + + Method [ public method setBit ] { + + - Parameters [2] { + Parameter #0 [ int $offset ] + Parameter #1 [ bool $value ] + } + - Return [ void ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Return [ mixed ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Return [ bool ] + } + + Method [ public method containsKey ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Return [ bool ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Return [ void ] + } + + Method [ public method indexOf ] { + + - Parameters [1] { + Parameter #0 [ bool $value ] + } + - Return [ ?int ] + } + + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setSize ] { + + - Parameters [2] { + Parameter #0 [ int $size ] + Parameter #1 [ bool $default = false ] + } + - Return [ void ] + } + } + } + Class [ final class Teds\Deque implements IteratorAggregate, Traversable, Teds\ListInterface, Teds\Values, Countable, ArrayAccess, Teds\Collection, JsonSerializable ] { - Constants [0] { @@ -1924,7 +2134,7 @@ Extension [ extension #99 teds version 0.12.0 ] { - Properties [0] { } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -2017,6 +2227,14 @@ Extension [ extension #99 teds version 0.12.0 ] { - Return [ array ] } + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ bool ] + } + Method [ public method __serialize ] { - Parameters [0] { @@ -2055,7 +2273,7 @@ Extension [ extension #99 teds version 0.12.0 ] { - Properties [0] { } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -2148,6 +2366,14 @@ Extension [ extension #99 teds version 0.12.0 ] { - Return [ array ] } + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ mixed $value ] + } + - Return [ bool ] + } + Method [ public method __serialize ] { - Parameters [0] { diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 1c97555..7ccfec7 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 0.12.0 +%global upstream_version 0.14.0 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -194,6 +194,9 @@ fi %changelog +* Mon Feb 14 2022 Remi Collet - 0.14.0-1 +- update to 0.14.0 + * Thu Feb 10 2022 Remi Collet - 0.12.0-1 - update to 0.12.0 -- cgit