Home
last modified time | relevance | path

Searched refs:powmod (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/bcmath/tests/number/methods/
H A Dpowmod_arg_error.phpt2 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 Dpowmod_with_scale.phpt2 BcMath\Number powmod() with scale
33 $method_ret = $num->powmod($exponent, $mod, $scale);
H A Dpowmod.phpt2 BcMath\Number powmod()
30 $ret = $num->powmod($exponent, $mod);
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h147 ZEND_METHOD(BcMath_Number, powmod);
184 ZEND_ME(BcMath_Number, powmod, arginfo_class_BcMath_Number_powmod, ZEND_ACC_PUBLIC)
H A Dbcmath.stub.php76 …public function powmod(Number|string|int $exponent, Number|string|int $modulus, ?int $scale = null… function in BcMath\\Number
H A Dbcmath.c1572 PHP_METHOD(BcMath_Number, powmod) in PHP_METHOD() argument

Completed in 15 milliseconds