Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/bcmath/
H A Dphp_bcmath.h42 PHP_FUNCTION(bcscale);
H A Dbcmath.c105 PHP_FE(bcscale, arginfo_bcscale)
550 PHP_FUNCTION(bcscale) in PHP_FUNCTION() argument

Completed in 11 milliseconds