We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587a971 commit dc42e86Copy full SHA for dc42e86
tests/bootstrap.php
@@ -2,3 +2,7 @@
2
3
require_once 'vendor/autoload.php';
4
date_default_timezone_set("UTC");
5
+
6
+// Setting "bcmath.scale" to something other than 0 so that
7
+// we can be sure bcdiv's $scale parameter is working correctly
8
+bcscale(16);
0 commit comments