diff options
author | Felipe Pena <felipe@php.net> | 2011-08-06 01:22:27 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-08-06 01:22:27 +0000 |
commit | 13eb47a8bc0f1ddaebc3213dac99014d4fa1ce21 (patch) | |
tree | 34adaec8683ae7e7586d674df3e308c2497dff42 /ext/intl/msgformat/msgformat_class.c | |
parent | edfa1988fc838f3514802d897c3421c9d8f8471b (diff) | |
download | php-git-13eb47a8bc0f1ddaebc3213dac99014d4fa1ce21.tar.gz |
- Added missing PHP_FE_END/ZEND_FE_END
Diffstat (limited to 'ext/intl/msgformat/msgformat_class.c')
-rwxr-xr-x | ext/intl/msgformat/msgformat_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_class.c b/ext/intl/msgformat/msgformat_class.c index bd291291ee..7ed28df3dc 100755 --- a/ext/intl/msgformat/msgformat_class.c +++ b/ext/intl/msgformat/msgformat_class.c @@ -144,7 +144,7 @@ static function_entry MessageFormatter_class_functions[] = { PHP_NAMED_FE( getLocale, ZEND_FN( msgfmt_get_locale ), arginfo_messageformatter_geterrormessage ) PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormessage ) PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geterrormessage ) - { NULL, NULL, NULL } + PHP_FE_END }; /* }}} */ |