diff options
author | David Coallier <davidc@php.net> | 2008-01-19 19:27:22 +0000 |
---|---|---|
committer | David Coallier <davidc@php.net> | 2008-01-19 19:27:22 +0000 |
commit | a3c09d611caac49bd0b1322dc74c0b2fb94f0318 (patch) | |
tree | 1e977e96f7ef6a775b621a9b35b998689b485bcd /ext/standard/php_string.h | |
parent | 89871ecc54551d8dcbfe59c9b0352a92f3b8fffb (diff) | |
download | php-git-a3c09d611caac49bd0b1322dc74c0b2fb94f0318.tar.gz |
- MFH (lcfirst())
- Initial test for lcfirst
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 6e95503e35..e74609d79b 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -53,6 +53,7 @@ PHP_FUNCTION(strrchr); PHP_FUNCTION(substr); PHP_FUNCTION(quotemeta); PHP_FUNCTION(ucfirst); +PHP_FUNCTION(lcfirst); PHP_FUNCTION(ucwords); PHP_FUNCTION(strtr); PHP_FUNCTION(strrev); |