diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-04 09:10:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-04 09:10:46 +0100 |
commit | 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d (patch) | |
tree | 09bac323896ecabda6fabac9d40f947357c310d9 /reflection/bcmath.txt | |
parent | 21df0b3eaf7f5f16c0ea04890c42976e21a0e6af (diff) |
PHP 5.5: save extension reflection
Diffstat (limited to 'reflection/bcmath.txt')
-rw-r--r-- | reflection/bcmath.txt | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/reflection/bcmath.txt b/reflection/bcmath.txt new file mode 100644 index 0000000..aa20c41 --- /dev/null +++ b/reflection/bcmath.txt @@ -0,0 +1,89 @@ +Extension [ <persistent> extension #31 bcmath version <no_version> ] { + + - INI { + Entry [ bcmath.scale <ALL> ] + Current = '0' + } + } + + - Functions { + Function [ <internal:bcmath> function bcadd ] { + + - Parameters [3] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcsub ] { + + - Parameters [3] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcmul ] { + + - Parameters [3] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcdiv ] { + + - Parameters [3] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcmod ] { + + - Parameters [2] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + } + } + Function [ <internal:bcmath> function bcpow ] { + + - Parameters [3] { + Parameter #0 [ <required> $x ] + Parameter #1 [ <required> $y ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcsqrt ] { + + - Parameters [2] { + Parameter #0 [ <required> $operand ] + Parameter #1 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcscale ] { + + - Parameters [1] { + Parameter #0 [ <required> $scale ] + } + } + Function [ <internal:bcmath> function bccomp ] { + + - Parameters [3] { + Parameter #0 [ <required> $left_operand ] + Parameter #1 [ <required> $right_operand ] + Parameter #2 [ <optional> $scale ] + } + } + Function [ <internal:bcmath> function bcpowmod ] { + + - Parameters [4] { + Parameter #0 [ <required> $x ] + Parameter #1 [ <required> $y ] + Parameter #2 [ <required> $mod ] + Parameter #3 [ <optional> $scale ] + } + } + } +} + |