Home
last modified time | relevance | path

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

/php-src/ext/bcmath/tests/number/methods/
H A Ddiv_mod_by_zero.phpt62 divmod: OK
67 divmod: OK
72 divmod: OK
77 divmod: OK
82 divmod: OK
87 divmod: OK
92 divmod: OK
97 divmod: OK
102 divmod: OK
107 divmod: OK
[all …]
H A Ddivmod.phpt2 BcMath\Number divmod()
32 100.012 divmod 100: int
46 100.012 divmod -30: int
60 100.012 divmod -20: string
74 100.012 divmod 0.01: string
88 100.012 divmod -0.40: string
102 100.012 divmod 80.3: object
116 100.012 divmod -50.6: object
130 -100.012 divmod 100: int
144 -100.012 divmod -30: int
[all …]
H A Ddivmod_with_scale.phpt2 BcMath\Number divmod() with scale
28 [$method_quot, $method_rem] = $num->divmod($value2, $scale);
/php-src/ext/bcmath/
H A Dconfig.w328 raisemod.c sub.c compare.c divmod.c int2num.c long2num.c \
H A Dconfig.m413 libbcmath/src/divmod.c
H A Dbcmath_arginfo.h146 ZEND_METHOD(BcMath_Number, divmod);
183 ZEND_ME(BcMath_Number, divmod, arginfo_class_BcMath_Number_divmod, ZEND_ACC_PUBLIC)
H A Dbcmath.stub.php74 public function divmod(Number|string|int $num, ?int $scale = null): array {} function in BcMath\\Number
H A Dbcmath.c1513 PHP_METHOD(BcMath_Number, divmod) in PHP_METHOD() argument

Completed in 13 milliseconds