Searched refs:powmod (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/bcmath/tests/number/methods/ |
H A D | powmod_arg_error.phpt | 2 BcMath\Number powmod arg error 21 $num->powmod($val, 1); 33 $num->powmod(1, $val); 42 BcMath\Number::powmod(): Argument #1 ($exponent) is not well-formed 44 BcMath\Number::powmod(): Argument #1 ($exponent) must be of type int, string, or BcMath\Number, arr… 46 BcMath\Number::powmod(): Argument #1 ($exponent) must be of type int, string, or BcMath\Number, std… 52 Deprecated: BcMath\Number::powmod(): Passing null to parameter #1 ($exponent) of type BcMath\Number… 56 BcMath\Number::powmod(): Argument #2 ($modulus) is not well-formed 58 BcMath\Number::powmod(): Argument #2 ($modulus) must be of type int, string, or BcMath\Number, arra… 60 BcMath\Number::powmod(): Argument #2 ($modulus) must be of type int, string, or BcMath\Number, stdC… [all …]
|
H A D | powmod_with_scale.phpt | 2 BcMath\Number powmod() with scale 33 $method_ret = $num->powmod($exponent, $mod, $scale);
|
H A D | powmod.phpt | 2 BcMath\Number powmod() 30 $ret = $num->powmod($exponent, $mod);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 147 ZEND_METHOD(BcMath_Number, powmod); 184 ZEND_ME(BcMath_Number, powmod, arginfo_class_BcMath_Number_powmod, ZEND_ACC_PUBLIC)
|
H A D | bcmath.stub.php | 76 …public function powmod(Number|string|int $exponent, Number|string|int $modulus, ?int $scale = null… function in BcMath\\Number
|
H A D | bcmath.c | 1572 PHP_METHOD(BcMath_Number, powmod) in PHP_METHOD() argument
|
Completed in 10 milliseconds