From 8e1bbd9aea264e3a3c060f48cfa078d247f2df09 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sun, 2 Nov 2003 18:54:08 +0000 Subject: [PATCH] Proto fix --- ext/iconv/iconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1