/
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_error1.phpt
--TEST-- bcpow() does not support non-integral exponents --SKIPIF-- <?php if (!extension_loaded('bcmath')) die('skip bcmath extension is not available'); ?> --FILE-- <?php try { var_dump(bcpow('1', '1.1', 2)); } catch (\ValueError $e) { echo $e->getMessage() . \PHP_EOL; } ?> --EXPECT-- bcpow(): Argument #2 ($exponent) cannot have a fractional part
Copyright ©2k19 -
Hexid
|
Tex7ure