summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_graph_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_graph_variation1.phpt')
-rw-r--r--ext/ctype/tests/ctype_graph_variation1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/ctype/tests/ctype_graph_variation1.phpt b/ext/ctype/tests/ctype_graph_variation1.phpt
index 03471f1bda..f04c48ade9 100644
--- a/ext/ctype/tests/ctype_graph_variation1.phpt
+++ b/ext/ctype/tests/ctype_graph_variation1.phpt
@@ -5,8 +5,8 @@ Test ctype_graph() function : usage variations - different data types as $c arg
--FILE--
<?php
/* Prototype : bool ctype_graph(mixed $c)
- * Description: Checks for any printable character(s) except space
- * Source code: ext/ctype/ctype.c
+ * Description: Checks for any printable character(s) except space
+ * Source code: ext/ctype/ctype.c
*/
/*
@@ -62,7 +62,7 @@ $inputs = array(
false,
TRUE,
FALSE,
-
+
// empty data
/*16*/ "",
'',
@@ -72,7 +72,7 @@ $inputs = array(
/*19*/ "string",
'string',
$heredoc,
-
+
// object data
/*22*/ new classA(),