diff options
-rw-r--r-- | ext/mysqli/tests/bug74779.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |