Skip to content

Commit

Permalink
change locale - looks like not everybody has sl_SI
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Jul 7, 2014
1 parent 897b7b6 commit a7d1cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/intl/tests/bug67052.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting

function ut_main()
{
setlocale(LC_ALL, 'sl_SI.UTF-8');
setlocale(LC_ALL, 'de_DE');

$fmt = new NumberFormatter( 'sl_SI.UTF-8', NumberFormatter::DECIMAL);
$num = "1.234.567,891";
Expand All @@ -22,4 +22,4 @@ ut_run();
?>
--EXPECT--
1234567,891
sl_SI.UTF-8
de_DE

0 comments on commit a7d1cad

Please sign in to comment.