summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/setlocale_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/setlocale_variation4.phpt')
-rw-r--r--ext/standard/tests/strings/setlocale_variation4.phpt7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/tests/strings/setlocale_variation4.phpt b/ext/standard/tests/strings/setlocale_variation4.phpt
index 68728206b7..540d9066e2 100644
--- a/ext/standard/tests/strings/setlocale_variation4.phpt
+++ b/ext/standard/tests/strings/setlocale_variation4.phpt
@@ -13,13 +13,6 @@ if (setlocale(LC_ALL,'en_US.utf8') === false || setlocale(LC_ALL,'en_AU.utf8') =
LC_ALL=en_US.utf8;
--FILE--
<?php
-/* Prototype : string setlocale (int $category , string $locale [,string $..] )
- * : string setlocale(int $category , array $locale);
- * Description: Sets locale information.Returns the new current locale , or FALSE
- * if locale functionality is not implemented in this platform.
- * Source code: ext/standard/string.c
-*/
-
/*If locale is NULL, the locale names will be set from the values of environment variables with the same names as the above ENV settings */
echo "*** Testing setlocale() : usage variations - Setting system locale = null ***\n";