Home
last modified time | relevance | path

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

/PHP-7.3/ext/bcmath/tests/
H A Dbcscale_variation003.phpt2 bcscale() return value
9 var_dump(bcscale(1));
10 var_dump(bcscale(4));
11 var_dump(bcscale());
12 var_dump(bcscale());
H A Dbcscale.phpt2 bcscale() function
10 bcscale(2);
12 bcscale(10);
14 bcscale(0);
H A Dbcscale_variation001.phpt2 bcscale() with negative argument
9 bcscale(-4);
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
8 $var48 = bcscale(634314234334311);
/PHP-7.3/ext/bcmath/
H A Dphp_bcmath.h42 PHP_FUNCTION(bcscale);
H A Dbcmath.c105 PHP_FE(bcscale, arginfo_bcscale)
542 PHP_FUNCTION(bcscale) in PHP_FUNCTION() argument
/PHP-7.3/
H A DUPGRADING201 . bcscale() can now also be used as getter to retrieve the current scale in use.

Completed in 12 milliseconds