Skip to content

Commit f23bfc4

Browse files
committed
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.
1 parent 95e4050 commit f23bfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/bug74779.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ mysqli_close($link);
3838
--EXPECT--
3939
array(1) {
4040
["ST_Y(Point(56.7, 53.34))"]=>
41-
float(53,34)
41+
float(53.34)
4242
}

0 commit comments

Comments
 (0)