Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix arginfo of BreakIterator::getLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Jun 2, 2013
1 parent 088fe6b commit e29647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakiterator/breakiterator_class.cpp
Expand Up @@ -299,7 +299,7 @@ static const zend_function_entry BreakIterator_class_functions[] = {
PHP_ME_MAPPING(following, breakiter_following, ainfo_biter_offset, ZEND_ACC_PUBLIC)
PHP_ME_MAPPING(preceding, breakiter_preceding, ainfo_biter_offset, ZEND_ACC_PUBLIC)
PHP_ME_MAPPING(isBoundary, breakiter_is_boundary, ainfo_biter_offset, ZEND_ACC_PUBLIC)
PHP_ME_MAPPING(getLocale, breakiter_get_locale, ainfo_biter_void, ZEND_ACC_PUBLIC)
PHP_ME_MAPPING(getLocale, breakiter_get_locale, ainfo_biter_get_locale, ZEND_ACC_PUBLIC)
PHP_ME_MAPPING(getPartsIterator, breakiter_get_parts_iterator, ainfo_biter_getPartsIterator, ZEND_ACC_PUBLIC)

PHP_ME_MAPPING(getErrorCode, breakiter_get_error_code, ainfo_biter_void, ZEND_ACC_PUBLIC)
Expand Down

0 comments on commit e29647e

Please sign in to comment.