From 36a6228884889e2265030ba847c3b6c365f08855 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2023 08:30:14 +0100 Subject: update to 3.0.3 fix license --- REFLECTION | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2719d50..5b799f8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 tensor version 3.0.0 ] { +Extension [ extension #122 tensor version 3.0.3 ] { - Dependencies { } @@ -219,6 +219,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ bool ] } Method [ abstract public method offsetGet ] { @@ -226,6 +227,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ mixed ] } Method [ abstract public method offsetSet ] { @@ -234,6 +236,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { Parameter #0 [ mixed $offset ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ abstract public method offsetUnset ] { @@ -241,18 +244,21 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ void ] } Method [ abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } } } @@ -629,6 +635,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ bool ] } Method [ abstract public method offsetGet ] { @@ -636,6 +643,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ mixed ] } Method [ abstract public method offsetSet ] { @@ -644,6 +652,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { Parameter #0 [ mixed $offset ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ abstract public method offsetUnset ] { @@ -651,18 +660,21 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ void ] } Method [ abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ abstract public method multiply ] { @@ -959,8 +971,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -977,6 +989,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3131,8 +3144,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -3149,6 +3162,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3222,8 +3236,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -3240,6 +3254,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit