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
//type cast $other & $this->subset as an array to allow//support in standard array functions.if ($other instanceof ArrayAccess) {
$other = (array) $other;
}
This actually only works with ArrayObject instances. See https://3v4l.org/ti4aY for simple implementation.
The text was updated successfully, but these errors were encountered:
This actually only works with
ArrayObject
instances. See https://3v4l.org/ti4aY for simple implementation.The text was updated successfully, but these errors were encountered: