Skip to content

Commit dcba479

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #77940: test using outdated mon_thousands_sep for Swedish
2 parents ad0acc0 + 37ca6a7 commit dcba479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/strings/bug65769.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ string(1) "
3838
string(3) "SEK"
3939
string(2) "kr"
4040
string(1) ","
41-
string(1) "."
41+
string(1) " "
4242
++++++++++++++++++++++
4343
string(18) "French_France.1252"
4444
string(1) ","

0 commit comments

Comments
 (0)