From f23bfc4b43ecee99c81171116db9d92e61b6492d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 5 Feb 2021 14:55:26 +0100 Subject: Fix test expectation for PHP 8.0 Since float to string conversion is no longer locale dependent, we have to expect a dot as decimal separator. --- ext/mysqli/tests/bug74779.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqli') diff --git a/ext/mysqli/tests/bug74779.phpt b/ext/mysqli/tests/bug74779.phpt index 3aa44e9280..3b4ca8adce 100644 --- a/ext/mysqli/tests/bug74779.phpt +++ b/ext/mysqli/tests/bug74779.phpt @@ -38,5 +38,5 @@ mysqli_close($link); --EXPECT-- array(1) { ["ST_Y(Point(56.7, 53.34))"]=> - float(53,34) + float(53.34) } -- cgit v1.2.1