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:
@@ -38,5 +38,5 @@ mysqli_close($link);
|
||||
--EXPECT--
|
||||
array(1) {
|
||||
["ST_Y(Point(56.7, 53.34))"]=>
|
||||
float(53,34)
|
||||
float(53.34)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user