Home
last modified time | relevance | path

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

/php-src/ext/bcmath/tests/
H A Dbcscale_variation003.phpt2 bcscale() return value
10 var_dump(bcscale(1));
12 var_dump(bcscale(4));
14 var_dump(bcscale());
16 var_dump(bcscale());
H A Dbcscale.phpt2 bcscale() function
10 bcscale(2);
12 bcscale(10);
14 bcscale(0);
H A Dbcscale_variation001.phpt2 bcscale() fails with negative argument
11 bcscale(-4);
18 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
11 $var48 = bcscale(634314234334311);
19 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
H A Dnegative_scale.phpt55 bcscale(-1);
70 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h67 ZEND_FUNCTION(bcscale);
82 ZEND_FE(bcscale, arginfo_bcscale)
H A Dbcmath.stub.php31 function bcscale(?int $scale = null): int {} function
H A Dbcmath.c744 PHP_FUNCTION(bcscale) in PHP_FUNCTION() argument

Completed in 9 milliseconds