summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_print_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_print_basic.phpt')
-rw-r--r--ext/ctype/tests/ctype_print_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ctype/tests/ctype_print_basic.phpt b/ext/ctype/tests/ctype_print_basic.phpt
index 49cb26fbdd..1616d3ccd5 100644
--- a/ext/ctype/tests/ctype_print_basic.phpt
+++ b/ext/ctype/tests/ctype_print_basic.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test ctype_print() function : basic functionality
+Test ctype_print() function : basic functionality
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
/* Prototype : bool ctype_print(mixed $c)
- * Description: Checks for printable character(s)
+ * Description: Checks for printable character(s)
* Source code: ext/ctype/ctype.c
*/