summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-04 17:45:36 +0000
committerMarcus Boerger <helly@php.net>2003-12-04 17:45:36 +0000
commit2216eb4511c20fd0315c7217d90027b32255b2f4 (patch)
treeeebff15cc0de6eaf3d33cb99bad0a4500e9efeee
parent4a38020dddfb0fe778c91195230a064cb6406f43 (diff)
downloadphp-git-2216eb4511c20fd0315c7217d90027b32255b2f4.tar.gz
Update
-rwxr-xr-xext/spl/TODO13
1 files changed, 2 insertions, 11 deletions
diff --git a/ext/spl/TODO b/ext/spl/TODO
index 5311ef6c11..68b00da6a5 100755
--- a/ext/spl/TODO
+++ b/ext/spl/TODO
@@ -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:helly@php.net
+Implement the classes/interfaces from the .inc files in
+directory examples. \ No newline at end of file