summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-09-21 21:59:27 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-09-21 21:59:27 +0000
commit03f7406711d3706af0f237e1ea03974616dd2139 (patch)
treeba3ca1e4e498ea528224fa9033ff966c3f8649a5 /ext/standard/string.c
parent8f01638bf6a63692e0ce4fdb637359e376e61e7a (diff)
downloadphp-git-03f7406711d3706af0f237e1ea03974616dd2139.tar.gz
proto fixes "double" -> "float"
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
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)
{