/
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/bcpowmod.phpt
--TEST-- bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus --SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 --FILE-- <?php var_dump(bcpowmod("5", "2", "7")); var_dump(bcpowmod("-2", "5", "7")); var_dump(bcpowmod("10", "2147483648", "2047")); var_dump(bcpowmod("10", "0", "2047")); ?> --EXPECT-- string(1) "4" string(2) "-4" string(3) "790" string(1) "1"
Copyright ©2k19 -
Hexid
|
Tex7ure