diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-05-06 16:31:52 +0200 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-05-13 20:53:05 +0100 |
commit | 20dd5ccf19916a290973a2e25de4eed59b169093 (patch) | |
tree | 5a7897a4541969a625cff7eb1b42b2c388c92d88 /ext/intl/msgformat/msgformat_helpers.h | |
parent | 407455876e486df45a6b6c91b483060b0479a0b3 (diff) | |
download | php-git-20dd5ccf19916a290973a2e25de4eed59b169093.tar.gz |
Cache arguments type info in MessageFormatter.
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.h')
-rwxr-xr-x | ext/intl/msgformat/msgformat_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.h b/ext/intl/msgformat/msgformat_helpers.h index 4e10471e36..7a042480bf 100755 --- a/ext/intl/msgformat/msgformat_helpers.h +++ b/ext/intl/msgformat/msgformat_helpers.h @@ -18,7 +18,7 @@ #define MSG_FORMAT_HELPERS_H int32_t umsg_format_arg_count(UMessageFormat *fmt); -void umsg_format_helper(UMessageFormat *fmt, HashTable *args, +void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args, UChar **formatted, int *formatted_len, UErrorCode *status TSRMLS_DC); void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int source_len, UErrorCode *status); |