mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ported ext/intl, bugfixes to go
This commit is contained in:
parent
729bce4321
commit
063079b62e
36 changed files with 189 additions and 187 deletions
|
@ -388,7 +388,7 @@ U_CFUNC void umsg_format_helper(MessageFormatter_object *mfo,
|
|||
|
||||
// Key related variables
|
||||
zend_string *str_index;
|
||||
ulong num_index;
|
||||
php_uint_t num_index;
|
||||
|
||||
ZEND_HASH_FOREACH_KEY_VAL(args, num_index, str_index, elem) {
|
||||
Formattable& formattable = fargs[argNum];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue