summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@php.net>2001-09-23 18:32:46 +0000
committerJeroen van Wolffelaar <jeroen@php.net>2001-09-23 18:32:46 +0000
commitf61dfce39c5865d0d6103aa85640da9f9a58bf39 (patch)
tree36954b5aa663700202e85e443544240a3cc00af8 /ext/standard/php_string.h
parentdb1fe4b060cf98d2e20217bcd966ed416486669d (diff)
downloadphp-git-f61dfce39c5865d0d6103aa85640da9f9a58bf39.tar.gz
Make chop the alias and rtrim the main function, in order to get automagically
generated alias-listings correct.
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 8bf3e30eb1..93fa8691c4 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -27,7 +27,7 @@
PHP_FUNCTION(strspn);
PHP_FUNCTION(strcspn);
PHP_FUNCTION(str_replace);
-PHP_FUNCTION(chop);
+PHP_FUNCTION(rtrim);
PHP_FUNCTION(trim);
PHP_FUNCTION(ltrim);
PHP_FUNCTION(soundex);