summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_alnum_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_alnum_error.phpt')
-rw-r--r--ext/ctype/tests/ctype_alnum_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ctype/tests/ctype_alnum_error.phpt b/ext/ctype/tests/ctype_alnum_error.phpt
index 0b4a63632e..ed67406fa8 100644
--- a/ext/ctype/tests/ctype_alnum_error.phpt
+++ b/ext/ctype/tests/ctype_alnum_error.phpt
@@ -5,7 +5,7 @@ Test ctype_alnum() function : error conditions - Incorrect number of args
--FILE--
<?php
/* Prototype : bool ctype_alnum(mixed $c)
- * Description: Checks for alphanumeric character(s)
+ * Description: Checks for alphanumeric character(s)
* Source code: ext/ctype/ctype.c
*/
@@ -15,7 +15,7 @@ Test ctype_alnum() function : error conditions - Incorrect number of args
echo "*** Testing ctype_alnum() : error conditions ***\n";
-$orig = setlocale(LC_CTYPE, "C");
+$orig = setlocale(LC_CTYPE, "C");
// Zero arguments
echo "\n-- Testing ctype_alnum() function with Zero arguments --\n";