summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_digit_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_digit_variation3.phpt')
-rw-r--r--ext/ctype/tests/ctype_digit_variation3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ctype/tests/ctype_digit_variation3.phpt b/ext/ctype/tests/ctype_digit_variation3.phpt
index 66ef6f344c..8f978918a8 100644
--- a/ext/ctype/tests/ctype_digit_variation3.phpt
+++ b/ext/ctype/tests/ctype_digit_variation3.phpt
@@ -5,7 +5,7 @@ Test ctype_digit() function : usage variations - different strings
--FILE--
<?php
/* Prototype : bool ctype_digit(mixed $c)
- * Description: Checks for numeric character(s)
+ * Description: Checks for numeric character(s)
* Source code: ext/ctype/ctype.c
*/
@@ -34,7 +34,7 @@ $values = array(
'@!$*',
"0",
/*15*/ "3",
- "9",
+ "9",
"1234",
"7890",
"0677",