]> granicus.if.org Git - php/commitdiff
Proto fix
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 2 Nov 2003 18:54:08 +0000 (18:54 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 2 Nov 2003 18:54:08 +0000 (18:54 +0000)
ext/iconv/iconv.c

index c631ea1d81e206cda26605f69ad467806b25088d..00a7428b998f36f559c56993aac6d0ac74a0fcc3 100644 (file)
@@ -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)
 {