summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-07-20 20:54:23 +0000
committerAndrei Zmievski <andrei@php.net>2006-07-20 20:54:23 +0000
commite9a9a26e7ebecaaf5bfe9ce41a7a96de8cee8b72 (patch)
tree7bb6560e3a16c86322d7e95221d14f268ae8db6d /unicode-progress.txt
parent4ab3e25866076022aa112ab0f08742b3318f5ca3 (diff)
downloadphp-git-e9a9a26e7ebecaaf5bfe9ce41a7a96de8cee8b72.tar.gz
Rewrite array_map() to use params API with fci cache and mark it with U.
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
index a724ea8db4..c7ffc868ba 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -22,9 +22,6 @@ ext/standard
Should work with minor cleanups provided that underlying comparison
functions are fixed, FCI cache, test
- array_map()
- Params API, FCI cache, test
-
array_multisort()
Add SORT_LOCALE_STRING, test
@@ -56,6 +53,7 @@ ext/standard
array_flip()
array_key_exists()
array_keys()
+ array_map()
array_merge()
array_merge_recursive()
array_product()