From 03f7406711d3706af0f237e1ea03974616dd2139 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 21 Sep 2001 21:59:27 +0000 Subject: proto fixes "double" -> "float" --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/string.c') diff --git a/ext/standard/string.c b/ext/standard/string.c index 1900ac3d44..a85926674e 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2108,7 +2108,7 @@ static int php_similar_char(const char *txt1, int len1, } /* }}} */ -/* {{{ proto int similar_text(string str1, string str2 [, double percent]) +/* {{{ proto int similar_text(string str1, string str2 [, float percent]) Calculates the similarity between two strings */ PHP_FUNCTION(similar_text) { -- cgit v1.2.1