From: Christoph M. Becker Date: Fri, 5 Feb 2021 13:55:26 +0000 (+0100) Subject: Fix test expectation for PHP 8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f23bfc4b43ecee99c81171116db9d92e61b6492d;p=php 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. --- 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) }