mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Rename i18_loc_* to locale_*.
This commit is contained in:
parent
24988a088c
commit
2bbced4bce
3 changed files with 9 additions and 9 deletions
|
@ -233,9 +233,8 @@ PHP_FUNCTION(unicode_get_subst_char)
|
|||
|
||||
/* {{{ unicode_functions[] */
|
||||
zend_function_entry unicode_functions[] = {
|
||||
PHP_FE(i18n_loc_get_default, NULL)
|
||||
PHP_FE(i18n_loc_set_default, NULL)
|
||||
PHP_FE(collator_get_default, NULL)
|
||||
PHP_FE(locale_get_default, NULL)
|
||||
PHP_FE(locale_set_default, NULL)
|
||||
PHP_FE(unicode_decode, NULL)
|
||||
PHP_FE(unicode_semantics, NULL)
|
||||
PHP_FE(unicode_encode, NULL)
|
||||
|
@ -245,6 +244,7 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(unicode_get_subst_char, NULL)
|
||||
PHP_FE(collator_create, NULL)
|
||||
PHP_FE(collator_compare, NULL)
|
||||
PHP_FE(collator_get_default, NULL)
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue