/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
bcmath
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/bcmath/tests/bcpow_error2.phpt
--TEST-- bcpow() does not support exponents >= 2**63 --SKIPIF-- <?php if (!extension_loaded('bcmath')) die('skip bcmath extension is not available'); ?> --FILE-- <?php try { var_dump(bcpow('0', '9223372036854775808', 2)); } catch (\ValueError $e) { echo $e->getMessage() . \PHP_EOL; } ?> --EXPECT-- bcpow(): Argument #2 ($exponent) is too large
Copyright ©2k19 -
Hexid
|
Tex7ure