summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_punct_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_punct_variation3.phpt')
-rw-r--r--ext/ctype/tests/ctype_punct_variation3.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ctype/tests/ctype_punct_variation3.phpt b/ext/ctype/tests/ctype_punct_variation3.phpt
index 73e377eed1..44da5f0534 100644
--- a/ext/ctype/tests/ctype_punct_variation3.phpt
+++ b/ext/ctype/tests/ctype_punct_variation3.phpt
@@ -5,8 +5,8 @@ Test ctype_punct() function : usage variations - different punctuation
--FILE--
<?php
/* Prototype : bool ctype_punct(mixed $c)
- * Description: Checks for any printable character which is not whitespace
- * or an alphanumeric character
+ * Description: Checks for any printable character which is not whitespace
+ * or an alphanumeric character
* Source code: ext/ctype/ctype.c
*/
@@ -41,7 +41,7 @@ $values = array(
"abc123\n",
/*20*/ 'abc 123',
'',
- ' ',
+ ' ',
base64_decode("w4DDoMOHw6fDiMOo"), // non-ascii characters
"!$%@\n",
/*25*/ "\"?!\"",