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:
Andrei Zmievski 2006-06-28 14:12:14 +00:00
parent b4b3b66f4c
commit aea38c6ee1
2 changed files with 82 additions and 49 deletions

View file

@ -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 }