summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/002.phpt')
-rw-r--r--ext/ctype/tests/002.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/ctype/tests/002.phpt b/ext/ctype/tests/002.phpt
index c20612cf44..e949db3992 100644
--- a/ext/ctype/tests/002.phpt
+++ b/ext/ctype/tests/002.phpt
@@ -3,7 +3,7 @@ ctype on strings
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
-<?php
+<?php
setlocale(LC_ALL,"C");
print "LOCALE is '" . setlocale(LC_ALL,0) . "'\n";
@@ -22,10 +22,10 @@ function ctype_test_002($function) {
ctype_test_002("ctype_lower");
ctype_test_002("ctype_upper");
-ctype_test_002("ctype_alpha");
-ctype_test_002("ctype_digit");
-ctype_test_002("ctype_alnum");
-ctype_test_002("ctype_cntrl");
+ctype_test_002("ctype_alpha");
+ctype_test_002("ctype_digit");
+ctype_test_002("ctype_alnum");
+ctype_test_002("ctype_cntrl");
ctype_test_002("ctype_graph");
ctype_test_002("ctype_print");
ctype_test_002("ctype_punct");