summaryrefslogtreecommitdiff
path: root/ext/spl/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/TODO')
-rwxr-xr-xext/spl/TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/spl/TODO b/ext/spl/TODO
deleted file mode 100755
index 5311ef6c11..0000000000
--- a/ext/spl/TODO
+++ /dev/null
@@ -1,13 +0,0 @@
-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