/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/bcmath/tests/bcsqrt_error1.phpt
17 строк
335 B
Max Semenik
Migrate skip checks to --EXTENSIONS--, p1
22 мар 2021, 19:51
22 мар 2021, 19:51
56f9049
Код
Авторство
О чём код?
--TEST-- bcsqrt — Get the square root of an arbitrary precision number --CREDITS-- Antoni Torrents antoni@solucionsinternet.com --EXTENSIONS-- bcmath --FILE-- <?php try { bcsqrt('-9'); } catch (ValueError $ex) { echo $ex->getMessage(), PHP_EOL; } ?> --EXPECT-- bcsqrt(): Argument #1 ($num) must be greater than or equal to 0