--TEST-- BcMath\Number sqrt() with scale --EXTENSIONS-- bcmath --FILE-- sqrt($scale); if ($method_ret->compare($func_ret) !== 0) { echo "Result is incorrect.\n"; var_dump($radicant, $scale, $func_ret, $method_ret, ((string) $method_ret) === $func_ret); } } } echo 'done!'; ?> --EXPECT-- done!