diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-20 08:44:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-20 08:44:00 +0100 |
commit | 80e34c964095c04da3c805536bcba566e2d341b8 (patch) | |
tree | 5d6e8399709f44f0dee1271c01ec2d21716b3fb5 /REFLECTION | |
parent | 5fc400b7fd928ab94fb694ff47290fcdb2100dd0 (diff) |
update to 1.5.0v1
build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,7 +1,7 @@ -Extension [ <persistent> extension #121 decimal version 1.4.0 ] { +Extension [ <persistent> extension #63 decimal version 1.5.0 ] { - Classes [1] { - Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] { + Class [ <internal:decimal> final class Decimal\Decimal implements Stringable, JsonSerializable ] { - Constants [13] { Constant [ public int ROUND_UP ] { 101 } @@ -27,7 +27,7 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ <required> $values ] - Parameter #1 [ <optional> int or NULL $precision ] + Parameter #1 [ <optional> ?int $precision = <default> ] } - Return [ Decimal\Decimal ] } @@ -36,7 +36,7 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ <required> $values ] - Parameter #1 [ <optional> int or NULL $precision ] + Parameter #1 [ <optional> ?int $precision = <default> ] } - Return [ Decimal\Decimal ] } @@ -49,8 +49,8 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { Method [ <internal:decimal, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> $value ] - Parameter #1 [ <optional> int $precision ] + Parameter #0 [ <optional> $value = <default> ] + Parameter #1 [ <optional> int $precision = <default> ] } } @@ -169,8 +169,8 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { Method [ <internal:decimal> public method round ] { - Parameters [2] { - Parameter #0 [ <optional> int or NULL $places ] - Parameter #1 [ <optional> int or NULL $rounding ] + Parameter #0 [ <optional> ?int $places = <default> ] + Parameter #1 [ <optional> ?int $rounding = <default> ] } - Return [ Decimal\Decimal ] } @@ -284,9 +284,9 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { Method [ <internal:decimal> public method toFixed ] { - Parameters [3] { - Parameter #0 [ <optional> int or NULL $places ] - Parameter #1 [ <optional> bool or NULL $commas ] - Parameter #2 [ <optional> int or NULL $rounding ] + Parameter #0 [ <optional> ?int $places = <default> ] + Parameter #1 [ <optional> ?bool $commas = <default> ] + Parameter #2 [ <optional> ?int $rounding = <default> ] } - Return [ string ] } @@ -332,12 +332,12 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ <required> $op1 ] - Parameter #1 [ <optional> $op2 ] + Parameter #1 [ <optional> $op2 = <default> ] } - Return [ bool ] } - Method [ <internal:decimal> public method __toString ] { + Method [ <internal:decimal, prototype Stringable> public method __toString ] { - Parameters [0] { } |