Searched refs:bcceil (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/bcmath/tests/ |
H A D | bcceil_error.phpt | 2 bcceil() function with error 8 bcceil('hoge'); 14 bcceil('0.00.1'); 20 bcceil(): Argument #1 ($num) is not well-formed 21 bcceil(): Argument #1 ($num) is not well-formed
|
H A D | bcceil.phpt | 2 bcceil() function 27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcceil($num), "\n";
|
/PHP-8.4/ext/bcmath/tests/number/methods/ |
H A D | ceil.phpt | 27 $func_ret = bcceil($num);
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath_arginfo.h | 138 ZEND_FUNCTION(bcceil); 171 ZEND_FE(bcceil, arginfo_bcceil)
|
H A D | bcmath.stub.php | 45 function bcceil(string $num): string {} function
|
H A D | bcmath.c | 759 PHP_FUNCTION(bcceil) 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 14 milliseconds