andrei          Mon Jul 17 22:18:08 2006 UTC

  Modified files:              
    /php-src    unicode-progress.txt 
  Log:
  
  
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.25&r2=1.26&diff_format=u
Index: php-src/unicode-progress.txt
diff -u php-src/unicode-progress.txt:1.25 php-src/unicode-progress.txt:1.26
--- php-src/unicode-progress.txt:1.25   Mon Jul 17 21:20:02 2006
+++ php-src/unicode-progress.txt        Mon Jul 17 22:18:08 2006
@@ -16,9 +16,6 @@
         Should work with minor cleanups provided that underlying comparison
         functions are fixed, FCI cache, test
 
-    array_filter()
-        Params API, FCI cache, test
-
     array_intersect(), array_uintersect()
     array_intersect_assoc(), array_uintersect_assoc(), 
array_intersect_uassoc(), array_uintersect_uassoc()
     array_intersect_key(), array_intersect_ukey()
@@ -31,9 +28,6 @@
     array_multisort()
         Add SORT_LOCALE_STRING, test
 
-    array_reduce()
-        Params API, FCI cache, test
-
     array_walk()
         Params API, is_callable check, FCI cache, test
 
@@ -58,6 +52,7 @@
     array_combine()
     array_count_values()
     array_fill()
+    array_filter()
     array_flip()
     array_key_exists()
     array_keys()
@@ -67,6 +62,7 @@
     array_push(), array_pop(), array_shift(), array_unshift()
     array_pad()
     array_rand()
+    array_reduce()
     array_reverse()
     array_search()
     array_slice()

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to