Home
last modified time | relevance | path

Searched refs:bcceil (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/bcmath/tests/
H A Dbcceil_error.phpt2 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 Dbcceil.phpt2 bcceil() function
27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcceil($num), "\n";
/PHP-8.4/ext/bcmath/tests/number/methods/
H A Dceil.phpt27 $func_ret = bcceil($num);
/PHP-8.4/ext/bcmath/
H A Dbcmath_arginfo.h138 ZEND_FUNCTION(bcceil);
171 ZEND_FE(bcceil, arginfo_bcceil)
H A Dbcmath.stub.php45 function bcceil(string $num): string {} function
H A Dbcmath.c759 PHP_FUNCTION(bcceil) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS186 . [RFC] Add bcfloor, bcceil and bcround to BCMath. (Saki Takamachi)
H A DUPGRADING767 . Added bcfloor(), bcceil(), bcround().

Completed in 14 milliseconds