summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-17 22:44:44 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-17 22:44:44 +0000
commit30c16baac27b0e74ce900d9ffdd076b381ad0a0d (patch)
treee825cf6b3bd90dd5f7e92a2a606d776429effbfe /ext/standard/php_string.h
parent56f744e0df9551be07b05ac950c44dfd7c2963aa (diff)
downloadphp-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/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 0acb3f6543..51ae6e099d 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -83,7 +83,7 @@ PHP_FUNCTION(substr_count);
PHP_FUNCTION(str_pad);
PHP_FUNCTION(sscanf);
PHP_FUNCTION(str_shuffle);
-PHP_FUNCTION(word_count);
+PHP_FUNCTION(str_word_count);
#ifdef HAVE_STRCOLL
PHP_FUNCTION(strcoll);
#endif