mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix arginfo of BreakIterator::getLocale
This commit is contained in:
parent
4badc0c071
commit
b4ba46cb99
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue