From a62154564d7caffc80b5917ce1962cea4f3d184a Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 16 Dec 2019 10:32:49 -0800 Subject: [PATCH] Fix test --- ext/bcmath/tests/bug78878.phpt | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/bcmath/tests/bug78878.phpt b/ext/bcmath/tests/bug78878.phpt index 2c9d72b946..066d411c90 100644 --- a/ext/bcmath/tests/bug78878.phpt +++ b/ext/bcmath/tests/bug78878.phpt @@ -9,5 +9,4 @@ if (!extension_loaded('bcmath')) die('skip bcmath extension not available'); print @bcmul("\xB26483605105519922841849335928742092", bcpowmod(2, 65535, -4e-4)); ?> --EXPECT-- -bc math warning: non-zero scale in modulus 0 -- 2.50.0