diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-28 08:30:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-28 08:30:14 +0100 |
commit | 36a6228884889e2265030ba847c3b6c365f08855 (patch) | |
tree | 4c810d058456fae71c18014603a1aa8bed3e702a /REFLECTION | |
parent | b2f27d7e17799c0343e0550b5a0eca8d10c123fd (diff) |
update to 3.0.3
fix license
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #100 tensor version 3.0.0 ] { +Extension [ <persistent> extension #122 tensor version 3.0.3 ] { - Dependencies { } @@ -219,6 +219,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ bool ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { @@ -226,6 +227,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ mixed ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { @@ -234,6 +236,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { Parameter #0 [ <required> mixed $offset ] Parameter #1 [ <required> mixed $value ] } + - Tentative return [ void ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { @@ -241,18 +244,21 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ void ] } Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ <internal:Core, inherits Countable> abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } } } @@ -629,6 +635,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ bool ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { @@ -636,6 +643,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ mixed ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { @@ -644,6 +652,7 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { Parameter #0 [ <required> mixed $offset ] Parameter #1 [ <required> mixed $value ] } + - Tentative return [ void ] } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { @@ -651,18 +660,21 @@ Extension [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ <required> mixed $offset ] } + - Tentative return [ void ] } Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ <internal:Core, inherits Countable> abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ <internal:tensor, inherits Tensor\Arithmetic> abstract public method multiply ] { @@ -959,8 +971,8 @@ Extension [ <persistent> 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 [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -3131,8 +3144,8 @@ Extension [ <persistent> 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 [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -3222,8 +3236,8 @@ Extension [ <persistent> 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 [ <persistent> extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |