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
As you can see, after the unset of 1, it was correctly unset from the internal elements array. But incorrect key was removed from orderedKeys property. The key should be probably stored as a string and converted back when obtaining it so it behaves the same way as PHP array. OrderedHashMapIterator needs to be adjusted as well.
The text was updated successfully, but these errors were encountered:
https://3v4l.org/ZWo3B
As you can see, after the unset of
1
, it was correctly unset from the internalelements
array. But incorrect key was removed fromorderedKeys
property. The key should be probably stored as a string and converted back when obtaining it so it behaves the same way as PHP array.OrderedHashMapIterator
needs to be adjusted as well.The text was updated successfully, but these errors were encountered: