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