summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_helpers.h
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-05-06 23:45:08 +0200
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-05-13 20:53:06 +0100
commit1c4f99b98828bb752794e0fc45bd3884848b001d (patch)
tree09e7728e2ac68d636c9757d38f23d4954fd62354 /ext/intl/msgformat/msgformat_helpers.h
parent0ad1b14f16262f77372620992a72dd3f12c5e24b (diff)
downloadphp-git-1c4f99b98828bb752794e0fc45bd3884848b001d.tar.gz
Better error messages in MessageFormatter::format.
Diffstat (limited to 'ext/intl/msgformat/msgformat_helpers.h')
-rwxr-xr-xext/intl/msgformat/msgformat_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_helpers.h b/ext/intl/msgformat/msgformat_helpers.h
index 7a042480bf..e6eda087d2 100755
--- a/ext/intl/msgformat/msgformat_helpers.h
+++ b/ext/intl/msgformat/msgformat_helpers.h
@@ -19,7 +19,7 @@
int32_t umsg_format_arg_count(UMessageFormat *fmt);
void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args,
- UChar **formatted, int *formatted_len, UErrorCode *status TSRMLS_DC);
+ UChar **formatted, int *formatted_len TSRMLS_DC);
void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args,
UChar *source, int source_len, UErrorCode *status);
#endif // MSG_FORMAT_HELPERS_H