From 68e54e9922df701d10990fd6b86911ef29fe0528 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 26 Apr 2000 01:16:57 +0000 Subject: [PATCH] Small proto fix. --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index 39d9bd5e18..c2dfe12d34 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -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) { -- 2.40.0