diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-17 22:44:44 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-17 22:44:44 +0000 |
| commit | 30c16baac27b0e74ce900d9ffdd076b381ad0a0d (patch) | |
| tree | e825cf6b3bd90dd5f7e92a2a606d776429effbfe /ext/standard/basic_functions.c | |
| parent | 56f744e0df9551be07b05ac950c44dfd7c2963aa (diff) | |
| download | php-git-30c16baac27b0e74ce900d9ffdd076b381ad0a0d.tar.gz | |
Renamed word_count to str_word_count to comply with naming conventions.
Thanks Andi, for catching this oversight.
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index ee1200b384..626bf636d0 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -334,7 +334,7 @@ function_entry basic_functions[] = { PHP_FE(stristr, NULL) PHP_FE(strrchr, NULL) PHP_FE(str_shuffle, NULL) - PHP_FE(word_count, NULL) + PHP_FE(str_word_count, NULL) #ifdef HAVE_STRCOLL PHP_FE(strcoll, NULL) |
