diff options
Diffstat (limited to 'ext/iconv/tests/iconv_strlen_variation2.phpt')
-rw-r--r-- | ext/iconv/tests/iconv_strlen_variation2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/tests/iconv_strlen_variation2.phpt b/ext/iconv/tests/iconv_strlen_variation2.phpt index daa0cc46e3..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 */ |