]> granicus.if.org Git - php/commitdiff
Small proto fix.
authorSterling Hughes <sterling@php.net>
Wed, 26 Apr 2000 01:16:57 +0000 (01:16 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 26 Apr 2000 01:16:57 +0000 (01:16 +0000)
ext/standard/string.c

index 39d9bd5e189e957dc4a678aefba46e25a8226fe5..c2dfe12d3487ceaf54be2e9f557986808785be2b 100644 (file)
@@ -2492,7 +2492,7 @@ PHP_FUNCTION(strnatcasecmp)
 /* }}} */
 
 
-/* {{{ proto int str_count(string haystack, string needle)
+/* {{{ proto int substr_count(string haystack, string needle)
    Returns the number of times a substring occurs in the string. */
 PHP_FUNCTION(substr_count)
 {