mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Rework break iterator based implementation to make it more generic for
forward and backwards iterators and to return current elements properly.
This commit is contained in:
parent
b4b3b66f4c
commit
aea38c6ee1
2 changed files with 82 additions and 49 deletions
|
@ -362,7 +362,6 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(char_enum_types, NULL)
|
||||
|
||||
/* text transformation functions */
|
||||
|
||||
PHP_FE(str_transliterate, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue