You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See http://php.net/manual/en/class.arrayaccess.php. This will only be safe if the implementation can prevent mutation. Would probably need to throw exceptions when attempting to mutate.
The text was updated successfully, but these errors were encountered:
tmciver
changed the title
Consider having MaybeArray and EitherArray implement ArrayAccess
Consider having AssociativeArray implement ArrayAccess
Oct 3, 2016
See http://php.net/manual/en/class.arrayaccess.php. This will only be safe if the implementation can prevent mutation. Would probably need to throw exceptions when attempting to mutate.
The text was updated successfully, but these errors were encountered: