Searched refs:bcsub (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/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("8728932001983192837219398127471", "1928372132132819737213", 2),"\n";
|
H A D | bcsub_error1.phpt | 2 bcsub() incorrect argument count 9 echo bcsub(); 12 Warning: bcsub() expects at least 2 parameters, 0 given in %s on line %d
|
/PHP-7.1/ext/bcmath/ |
H A D | php_bcmath.h | 37 PHP_FUNCTION(bcsub);
|
H A D | bcmath.c | 100 PHP_FE(bcsub, arginfo_bcsub) 265 PHP_FUNCTION(bcsub) in PHP_FUNCTION() argument
|
Completed in 7 milliseconds