From: Moriyoshi Koizumi Date: Sun, 2 Nov 2003 18:54:08 +0000 (+0000) Subject: Proto fix X-Git-Tag: php-5.0.0b3RC1~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1bbd9aea264e3a3c060f48cfa078d247f2df09;p=php Proto fix --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index c631ea1d81..00a7428b99 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -1510,7 +1510,7 @@ PHP_FUNCTION(iconv_substr) } /* }}} */ -/* {{{ proto string iconv_strpos(string haystack, string needle, int offset [, string charset]) +/* {{{ proto int iconv_strpos(string haystack, string needle, int offset [, string charset]) Finds position of first occurrence of needle within part of haystack beginning with offset */ PHP_FUNCTION(iconv_strpos) { @@ -1552,7 +1552,7 @@ PHP_FUNCTION(iconv_strpos) } /* }}} */ -/* {{{ proto string iconv_strrpos(string haystack, string needle [, string charset]) +/* {{{ proto int iconv_strrpos(string haystack, string needle [, string charset]) Finds position of last occurrence of needle within part of haystack beginning with offset */ PHP_FUNCTION(iconv_strrpos) {