Home
last modified time | relevance | path

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

/PHP-8.4/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-8.4/ext/bcmath/tests/number/methods/
H A Dfloor.phpt27 $func_ret = bcfloor($num);
/PHP-8.4/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.c752 PHP_FUNCTION(bcfloor) 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 25 milliseconds