From: Andrei Zmievski Date: Thu, 5 Oct 2006 22:44:31 +0000 (+0000) Subject: TODO X-Git-Tag: RELEASE_1_0_0RC1~1401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ba9147d9b9c0f96c0fc95e53d6b2153cef73781;p=php TODO --- diff --git a/ext/standard/string.c b/ext/standard/string.c index b6714064bd..28e946cc7d 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -5220,6 +5220,9 @@ nothing_todo: /* }}} */ /* {{{ php_u_str_to_str_case_ex */ +/* TODO + * - optimize for cases where pat_len >= str_len + */ PHPAPI UChar *php_u_str_to_str_case_ex(UChar *str, int str_len, UChar *pat, int pat_len, UChar *repl, int repl_len, int *result_len, int *replace_count TSRMLS_DC) {