mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58: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
|
@ -57,7 +57,7 @@ PHP_MINFO_FUNCTION(unicode);
|
|||
|
||||
PHP_FUNCTION(i18n_loc_get_default);
|
||||
PHP_FUNCTION(i18n_loc_set_default);
|
||||
PHP_FUNCTION(i18n_coll_get_default);
|
||||
PHP_FUNCTION(collator_get_default);
|
||||
PHP_FUNCTION(collator_create);
|
||||
PHP_FUNCTION(collator_compare);
|
||||
PHP_FUNCTION(collator_sort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue