summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-05-23 14:37:39 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-05-23 14:37:39 +0000
commit4571d8ddea1cb2c28006dd127197911a233c6fb3 (patch)
tree0a997c434aafc2cd40e45d2cc4a15028f4bf14d0 /ext/standard/php_string.h
parent521f03c184fad08cc6943decd53df29f4a3ed830 (diff)
downloadphp-git-4571d8ddea1cb2c28006dd127197911a233c6fb3.tar.gz
name changed from levdist() to levenshtein()
(although i bet we'll get a levenstein() alias some day)
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 537c405fe7..3c894f1504 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -43,7 +43,7 @@ PHP_FUNCTION(chop);
PHP_FUNCTION(trim);
PHP_FUNCTION(ltrim);
PHP_FUNCTION(soundex);
-PHP_FUNCTION(levdist);
+PHP_FUNCTION(levenshtein);
PHP_FUNCTION(count_chars);
PHP_FUNCTION(explode);