Home
last modified time | relevance | path

Searched refs:bcpowmod (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/bcmath/tests/
H A Dbug75178.phpt2 Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
9 var_dump(bcpowmod('4.1', '4', '3', 3));
10 var_dump(bcpowmod('4', '4', '3.1', 3));
14 Warning: bcpowmod(): non-zero scale in base in %s on line %d
17 Warning: bcpowmod(): non-zero scale in modulus in %s on line %d
H A Dbcpowmod.phpt2 bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus
9 echo bcpowmod("5", "2", "7") . "\n";
10 echo bcpowmod("-2", "5", "7") . "\n";
11 echo bcpowmod("10", "2147483648", "2047");
H A Dbug72093.phpt2 Bug 72093: bcpowmod accepts negative scale and corrupts _one_ definition
9 var_dump(bcpowmod(1, 0, 128, -200));
10 var_dump(bcpowmod(1, 1.2, 1, 1));
15 Warning: bcpowmod(): non-zero scale in exponent in %s on line %d
H A Dbug44995.phpt2 Bug #44995 (bcpowmod() fails if scale != 0)
9 var_dump(bcpowmod('4', '4', '3', 1));
10 var_dump(bcpowmod('3234', '32345', '22345', 1));
H A Dbug54598.phpt2 Bug #54598 (bcpowmod() may return 1 if modulus is 1)
9 var_dump(bcpowmod(5, 0, 1));
10 var_dump(bcpowmod(5, 0, 1, 3));
H A Dscale.phpt14 'bcpowmod: ', bcpowmod('2', '1', '3', 5), PHP_EOL,
24 bcpowmod: 2.00000
H A Dscale_ini.phpt16 'bcpowmod: ', bcpowmod('2', '1', '3'), PHP_EOL,
26 bcpowmod: 2.00000
H A Dbug78878.phpt9 print @bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4));
H A Dbcpowmod_error4.phpt8 <?php var_dump(bcpowmod('1', '-1', '0')); ?>
H A Dstr2num_formatting.phpt4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
/PHP-7.4/ext/bcmath/
H A Dphp_bcmath.h43 PHP_FUNCTION(bcpowmod);
H A Dbcmath.c107 PHP_FE(bcpowmod, arginfo_bcpowmod)
404 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() argument

Completed in 14 milliseconds