]> granicus.if.org Git - php/commitdiff
MFH: proto fix
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Jun 2003 02:16:49 +0000 (02:16 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Jun 2003 02:16:49 +0000 (02:16 +0000)
ext/standard/string.c

index b3a2cd59417fa80b02b9c24ee87e05443ef1443c..de6a66b099a0e7a163c7cb79464f1bd9c2c8ff67 100644 (file)
@@ -4024,7 +4024,7 @@ PHP_FUNCTION(str_shuffle)
 }
 /* }}} */
 
-/* {{{ proto void str_word_count(string str, [int format])
+/* {{{ proto mixed str_word_count(string str, [int format])
        Counts the number of words inside a string. If format of 1 is specified,
        then the function will return an array containing all the words
        found inside the string. If format of 2 is specified, then the function