diff options
author | foobar <sniper@php.net> | 2005-12-06 02:21:01 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 02:21:01 +0000 |
commit | 347032c7530f24cc4979ea297ae8cfda8851c14a (patch) | |
tree | 99a7d327bdf7556c12339e0ba08e4fc3fddc954d /ext | |
parent | a4295629b81d839bda6decb451f205c791f7194f (diff) | |
download | php-git-347032c7530f24cc4979ea297ae8cfda8851c14a.tar.gz |
sync with HEAD
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mbstring/mbstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index dc21d8f6e4..1f7a1c98ca 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -180,7 +180,7 @@ static const struct mb_overload_def mb_ovld[] = { }; /* }}} */ -/* {{{ function_entry mbstring_functions[] */ +/* {{{ zend_function_entry mbstring_functions[] */ zend_function_entry mbstring_functions[] = { PHP_FE(mb_convert_case, NULL) PHP_FE(mb_strtoupper, NULL) |