summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-12-16 10:32:49 -0800
committerStanislav Malyshev <stas@php.net>2019-12-16 10:32:49 -0800
commita62154564d7caffc80b5917ce1962cea4f3d184a (patch)
treebf89ffe3b5f4cbf3ddedc62877a4b3321bbb531c
parent5cb4686753a853cb07844feb2b082b409fd7e880 (diff)
downloadphp-git-a62154564d7caffc80b5917ce1962cea4f3d184a.tar.gz
Fix test
-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