summaryrefslogtreecommitdiff
path: root/tests/lang/bug30638.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug30638.phpt')
-rw-r--r--tests/lang/bug30638.phpt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/lang/bug30638.phpt b/tests/lang/bug30638.phpt
deleted file mode 100644
index 2574d132d3..0000000000
--- a/tests/lang/bug30638.phpt
+++ /dev/null
@@ -1,20 +0,0 @@
---TEST--
-Bug #30638 (localeconv returns wrong LC_NUMERIC settings)
---SKIPIF--
-<?php # try to activate a german locale
-if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge") === FALSE) {
- print "skip";
-}
-?>
---FILE--
-<?php
-# activate the german locale
-setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge");
-
-$lc = localeconv();
-printf("decimal_point: %s\n", $lc['decimal_point']);
-printf("thousands_sep: %s\n", $lc['thousands_sep']);
-?>
---EXPECT--
-decimal_point: ,
-thousands_sep: .