Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/tests/
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
7 var_dump(bcpowmod(1, "A", 128, -200));
8 var_dump(bcpowmod(1, 1.2, 1, 1));
H A Dbcpowmod_error1.phpt2 bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus
10 echo bcpowmod('1');
13 Warning: bcpowmod() expects at least 3 parameters, 1 given in %s.php on line %d
H A Dbcpowmod_error2.phpt2 bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus
10 echo bcpowmod('1', '2');
13 Warning: bcpowmod() expects at least 3 parameters, 2 given in %s.php on line %d
H A Dbcpowmod_error3.phpt2 bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus
10 echo bcpowmod('1', '2', '3', '4', '5');
13 Warning: bcpowmod() expects at most 4 parameters, 5 given in %s.php on line %d
/PHP-5.5/ext/bcmath/
H A Dphp_bcmath.h42 PHP_FUNCTION(bcpowmod);
H A Dbcmath.c108 PHP_FE(bcpowmod, arginfo_bcpowmod)
423 PHP_FUNCTION(bcpowmod) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS113 . Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_
7192 - Added missing error check inside bcpowmod(). (Ilia)

Completed in 42 milliseconds