--TEST-- BCMath functions return result with default scale --SKIPIF-- --INI-- bcmath.scale = 5 --FILE-- ===DONE=== --EXPECT-- bcadd: 3.00000 bcdiv: 2.00000 bcmul: 2.00000 bcpow: 2.00000 bcpowmod: 2.00000 bcsqrt: 2.00000 bcsub: 1.00000 ===DONE===