Sara Golemon schrieb: > ArrayAccess interface for the dimension read/write.
Just to bring the issue up agaian: The current ArrayAccess implementation does not allow for proper simulation of arrays. This has been "broken by fixing" (tm) the method prototypes not to allow "&" anymore in interface implementations where the interface doesn't specify a "&" for the corresponding method and at the same time not changing ArrayAccess to feature a "&" for offsetGet. => You can't do $ArrayAccesImplementingObject['virtual offset'][]='test'; for offsets that are arrays. OLLi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php