Searched refs:bcfloor (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/bcmath/tests/ |
H A D | bcfloor_error.phpt | 2 bcfloor() function with error 8 bcfloor('hoge'); 14 bcfloor('0.00.1'); 20 bcfloor(): Argument #1 ($num) is not well-formed 21 bcfloor(): Argument #1 ($num) is not well-formed
|
H A D | bcfloor.phpt | 2 bcfloor() function 27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcfloor($num), "\n";
|
/PHP-8.4/ext/bcmath/tests/number/methods/ |
H A D | floor.phpt | 27 $func_ret = bcfloor($num);
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath_arginfo.h | 137 ZEND_FUNCTION(bcfloor); 170 ZEND_FE(bcfloor, arginfo_bcfloor)
|
H A D | bcmath.stub.php | 42 function bcfloor(string $num): string {} function
|
H A D | bcmath.c | 752 PHP_FUNCTION(bcfloor) in PHP_FUNCTION() argument
|
/PHP-8.4/ |
H A D | NEWS | 186 . [RFC] Add bcfloor, bcceil and bcround to BCMath. (Saki Takamachi)
|
H A D | UPGRADING | 767 . Added bcfloor(), bcceil(), bcround().
|
Completed in 25 milliseconds