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
D-like AA arrays: int[string] - array key is string, array value is int.
Array of mixed values (int|string)[] - array that can contain either int or string.