mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Implement collator_get_default() and simplify/fix the underlying code.
# Derick, objects aren't that difficult.. :)
This commit is contained in:
parent
fae915844b
commit
24988a088c
3 changed files with 31 additions and 41 deletions
|
@ -235,7 +235,7 @@ PHP_FUNCTION(unicode_get_subst_char)
|
|||
zend_function_entry unicode_functions[] = {
|
||||
PHP_FE(i18n_loc_get_default, NULL)
|
||||
PHP_FE(i18n_loc_set_default, NULL)
|
||||
PHP_FE(i18n_coll_get_default, NULL)
|
||||
PHP_FE(collator_get_default, NULL)
|
||||
PHP_FE(unicode_decode, NULL)
|
||||
PHP_FE(unicode_semantics, NULL)
|
||||
PHP_FE(unicode_encode, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue