diff options
Diffstat (limited to 'ext/iconv/tests/iconv_strrpos_basic.phpt')
-rw-r--r-- | ext/iconv/tests/iconv_strrpos_basic.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/iconv/tests/iconv_strrpos_basic.phpt b/ext/iconv/tests/iconv_strrpos_basic.phpt index 504af12bd7..d68ff039ba 100644 --- a/ext/iconv/tests/iconv_strrpos_basic.phpt +++ b/ext/iconv/tests/iconv_strrpos_basic.phpt @@ -9,11 +9,6 @@ function_exists('iconv_strrpos') or die("skip iconv_strrpos() is not available i error_reporting=E_ALL & ~E_DEPRECATED --FILE-- <?php -/* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset]) - * Description: Find position of last occurrence of a string within another - * Source code: ext/iconv/iconv.c - */ - /* * Test basic functionality of iconv_strrpos() */ |