summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-12-16 10:32:49 -0800
committerChristoph M. Becker <cmbecker69@gmx.de>2019-12-17 09:33:37 +0100
commitb88bd529e74ec0422dc6ed66c19ad8211455ac7e (patch)
tree289ebde6b61b9044a4bb7b3868706b4804f8917b
parent3371c84ff1d945213384881aefd2d195cb34f569 (diff)
downloadphp-git-b88bd529e74ec0422dc6ed66c19ad8211455ac7e.tar.gz
Fix test
(cherry picked from commit a62154564d7caffc80b5917ce1962cea4f3d184a)
-rw-r--r--ext/bcmath/tests/bug78878.phpt1
1 files changed, 0 insertions, 1 deletions
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