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
// Simple array shows up in console as "Array"$arr = array('a','b','c');
// Associative array shows up in console as "Object"$assoc = array('a' => 100, 'b' => 200, 'c' => 300);
It would be nice if the associative array would be shown as an array.
The text was updated successfully, but these errors were encountered:
It would be nice if the associative array would be shown as an array.
The text was updated successfully, but these errors were encountered: