diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
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); |