summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_punct_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_punct_basic.phpt')
-rw-r--r--ext/ctype/tests/ctype_punct_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ctype/tests/ctype_punct_basic.phpt b/ext/ctype/tests/ctype_punct_basic.phpt
index 567d2c8c2d..76a0278c05 100644
--- a/ext/ctype/tests/ctype_punct_basic.phpt
+++ b/ext/ctype/tests/ctype_punct_basic.phpt
@@ -1,12 +1,12 @@
--TEST--
-Test ctype_punct() function : basic functionality
+Test ctype_punct() function : basic functionality
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--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
*/