Home
last modified time | relevance | path

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

/php-src/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-src/ext/bcmath/tests/number/methods/
H A Dceil.phpt27 $func_ret = bcceil($num);
/php-src/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

Completed in 40 milliseconds