/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
php-8.3.28
ext/bcmath/bcmath.stub.php
31 строка
921 B
Máté Kocsis
Generate optimizer func info from stubs for a few extensions - part 2 (#7401)
25 авг 2021, 16:29
Не верифицирован
25 авг 2021, 16:29
50f3182
Код
Авторство
О чём код?
<?php /** @generate-class-entries */ /** @refcount 1 */ function bcadd(string $num1, string $num2, ?int $scale = null): string {} /** @refcount 1 */ function bcsub(string $num1, string $num2, ?int $scale = null): string {} /** @refcount 1 */ function bcmul(string $num1, string $num2, ?int $scale = null): string {} /** @refcount 1 */ function bcdiv(string $num1, string $num2, ?int $scale = null): string {} /** @refcount 1 */ function bcmod(string $num1, string $num2, ?int $scale = null): string {} /** @refcount 1 */ function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} /** @refcount 1 */ function bcpow(string $num, string $exponent, ?int $scale = null): string {} /** @refcount 1 */ function bcsqrt(string $num, ?int $scale = null): string {} function bccomp(string $num1, string $num2, ?int $scale = null): int {} function bcscale(?int $scale = null): int {}