helly           Thu Dec  4 12:45:37 2003 EDT

  Modified files:              
    /spl        TODO 
  Log:
  Update
  
Index: spl/TODO
diff -u spl/TODO:1.1.1.1 spl/TODO:1.2
--- spl/TODO:1.1.1.1    Thu May  1 19:28:28 2003
+++ spl/TODO    Thu Dec  4 12:45:36 2003
@@ -1,13 +1,4 @@
 This is the ToDo of ext/spl:
 
-- spl::array_access cals set() which is supposed to return a value.
-  Currently you *must* return a value even when it is not used.
-    $obj[$idx] = $val;      // doesn't use the return value
-    $x = $obj[$idx] = $val; // here it is used
-  Since array_access.phpt is a test with a return value there
-  should be a test without a return value. Maybe an error message
-  is required in case there is no return value.
-
-- spl::array_access_ex is not completely done and not tested.
-
-If you have further questions: mailto:[EMAIL PROTECTED]
+Implement the classes/interfaces from the .inc files in
+directory examples.
\ No newline at end of file

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

Reply via email to