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/formatter | |
parent | edfa1988fc838f3514802d897c3421c9d8f8471b (diff) | |
download | php-git-13eb47a8bc0f1ddaebc3213dac99014d4fa1ce21.tar.gz |
- Added missing PHP_FE_END/ZEND_FE_END
Diffstat (limited to 'ext/intl/formatter')
-rwxr-xr-x | ext/intl/formatter/formatter_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/formatter/formatter_class.c b/ext/intl/formatter/formatter_class.c index 07d07b64c2..0bb5894f09 100755 --- a/ext/intl/formatter/formatter_class.c +++ b/ext/intl/formatter/formatter_class.c @@ -179,7 +179,7 @@ static function_entry NumberFormatter_class_functions[] = { PHP_NAMED_FE( getLocale, ZEND_FN( numfmt_get_locale ), arginfo_numberformatter_getlocale ) PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern ) PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpattern ) - { NULL, NULL, NULL } + PHP_FE_END }; /* }}} */ |