Searched refs:bcsub (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/bcmath/tests/ |
H A D | bcsub.phpt | 2 bcsub() function 9 echo bcsub("1", "2"),"\n"; 10 echo bcsub("-1", "5", 4),"\n"; 11 echo bcsub("1.555", "2.555", 2),"\n"; 12 echo bcsub("8728932001983192837219398127471", "1928372132132819737213", 2),"\n";
|
H A D | scale.phpt | 16 'bcsub: ', bcsub('2', '1', 5), PHP_EOL; 25 bcsub: 1.00000
|
H A D | scale_ini.phpt | 18 'bcsub: ', bcsub('2', '1'), PHP_EOL; 27 bcsub: 1.00000
|
H A D | negative_scale.phpt | 15 bcsub('1','2',-1); 62 bcsub(): Argument #3 ($scale) must be between 0 and 2147483647
|
H A D | str2num_formatting.phpt | 4 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different t…
|
/PHP-8.0/ext/bcmath/ |
H A D | bcmath_arginfo.h | 48 ZEND_FUNCTION(bcsub); 61 ZEND_FE(bcsub, arginfo_bcsub)
|
H A D | bcmath.stub.php | 7 function bcsub(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 204 PHP_FUNCTION(bcsub) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds