1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

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.
This commit is contained in:
Christoph M. Becker
2021-02-05 14:55:26 +01:00
parent 95e405023e
commit f23bfc4b43

View File

@@ -38,5 +38,5 @@ mysqli_close($link);
--EXPECT--
array(1) {
["ST_Y(Point(56.7, 53.34))"]=>
float(53,34)
float(53.34)
}