summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_cntrl_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_cntrl_variation3.phpt')
-rw-r--r--ext/ctype/tests/ctype_cntrl_variation3.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ctype/tests/ctype_cntrl_variation3.phpt b/ext/ctype/tests/ctype_cntrl_variation3.phpt
index 4ae5bc3188..c4876378ba 100644
--- a/ext/ctype/tests/ctype_cntrl_variation3.phpt
+++ b/ext/ctype/tests/ctype_cntrl_variation3.phpt
@@ -5,7 +5,7 @@ Test ctype_cntrl() function : usage variations - Different strings
--FILE--
<?php
/* Prototype : bool ctype_cntrl(mixed $c)
- * Description: Checks for control character(s)
+ * Description: Checks for control character(s)
* Source code: ext/ctype/ctype.c
*/
@@ -40,7 +40,7 @@ $values = array(
'abc123\n',
/*20*/ 'abc 123',
'',
- ' ',
+ ' ',
base64_decode("w4DDoMOHw6fDiMOo"), // non-ascii characters
"\n",
/*25*/ "\r",