Searched refs:bcsub (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/bcmath/tests/ |
H A D | bcsub_error.phpt | 2 bcsub() requires well-formed values 9 bcsub('a', '1'); 15 bcsub('1', 'a'); 22 bcsub(): Argument #1 ($num1) is not well-formed 23 bcsub(): Argument #2 ($num2) is not well-formed
|
H A D | scale.phpt | 14 'bcsub: ', bcsub('2', '1', 5), PHP_EOL; 23 bcsub: 1.00000
|
H A D | scale_ini.phpt | 16 'bcsub: ', bcsub('2', '1'), PHP_EOL; 25 bcsub: 1.00000
|
H A D | bcsub_zero.phpt | 2 bcsub() function with number zero 29 run_bcmath_tests($minuends, $subtrahends, "-", bcsub(...));
|
H A D | bcsub_large_numbers.phpt | 2 bcsub() function with large numbers 34 run_bcmath_tests($minuends, $subtrahends, "-", bcsub(...));
|
H A D | bcsub.phpt | 2 bcsub() function 25 run_bcmath_tests($minuends, $subtrahends, "-", bcsub(...));
|
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-src/ext/bcmath/tests/number/methods/ |
H A D | sub_with_scale.phpt | 29 $func_ret = bcsub($value1, (string) $value2, $scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 127 ZEND_FUNCTION(bcsub); 160 ZEND_FE(bcsub, arginfo_bcsub)
|
H A D | bcmath.stub.php | 11 function bcsub(string $num1, string $num2, ?int $scale = null): string {} function
|
H A D | bcmath.c | 232 PHP_FUNCTION(bcsub) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds