Searched refs:bcceil (Results 1 – 6 of 6) sorted by relevance
2 bcceil() function with error8 bcceil('hoge');14 bcceil('0.00.1');20 bcceil(): Argument #1 ($num) is not well-formed21 bcceil(): Argument #1 ($num) is not well-formed
2 bcceil() function27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcceil($num), "\n";
27 $func_ret = bcceil($num);
138 ZEND_FUNCTION(bcceil);171 ZEND_FE(bcceil, arginfo_bcceil)
45 function bcceil(string $num): string {} function
759 PHP_FUNCTION(bcceil) in PHP_FUNCTION() argument
Completed in 40 milliseconds