diff options
Diffstat (limited to 'tests/lang/034.phpt')
| -rw-r--r-- | tests/lang/034.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lang/034.phpt b/tests/lang/034.phpt index 5d2c61092..cea0797d6 100644 --- a/tests/lang/034.phpt +++ b/tests/lang/034.phpt @@ -4,6 +4,10 @@ Bug #12647 (Locale settings affecting float parsing) precision=14 --SKIPIF-- <?php # try to activate a german locale +if (substr(PHP_OS, 0, 3) == 'WIN') { + /* skip on windows until #63688 was fixed */ + die('skip'); +} if (setlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) { print "skip Can't find german locale"; } |
