summaryrefslogtreecommitdiff
path: root/ext/iconv/tests/iconv_strlen_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/tests/iconv_strlen_variation2.phpt')
-rw-r--r--ext/iconv/tests/iconv_strlen_variation2.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/iconv/tests/iconv_strlen_variation2.phpt b/ext/iconv/tests/iconv_strlen_variation2.phpt
index 85dd0483a6..be5afdc93b 100644
--- a/ext/iconv/tests/iconv_strlen_variation2.phpt
+++ b/ext/iconv/tests/iconv_strlen_variation2.phpt
@@ -8,7 +8,7 @@ function_exists('iconv_strlen') or die("skip iconv_strlen() is not available in
--FILE--
<?php
/* Prototype : int iconv_strlen(string str [, string charset])
- * Description: Get character numbers of a string
+ * Description: Get character numbers of a string
* Source code: ext/iconv/iconv.c
*/
@@ -67,7 +67,7 @@ $inputs = array(
false,
TRUE,
FALSE,
-
+
// empty data
/*16*/ "",
'',
@@ -76,7 +76,7 @@ $inputs = array(
/*18*/ "UTF-8",
'UTF-8',
$heredoc,
-
+
// object data
/*21*/ new classA(),