Home
last modified time | relevance | path

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

/php-src/ext/bcmath/tests/
H A Dbcfloor_error.phpt2 bcfloor() function with error
8 bcfloor('hoge');
14 bcfloor('0.00.1');
20 bcfloor(): Argument #1 ($num) is not well-formed
21 bcfloor(): Argument #1 ($num) is not well-formed
H A Dbcfloor.phpt2 bcfloor() function
27 echo str_pad("$num", 50, ' ', STR_PAD_LEFT), ' => ', bcfloor($num), "\n";
/php-src/ext/bcmath/tests/number/methods/
H A Dfloor.phpt27 $func_ret = bcfloor($num);
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h137 ZEND_FUNCTION(bcfloor);
170 ZEND_FE(bcfloor, arginfo_bcfloor)
H A Dbcmath.stub.php42 function bcfloor(string $num): string {} function
H A Dbcmath.c749 PHP_FUNCTION(bcfloor) in PHP_FUNCTION() argument

Completed in 17 milliseconds