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
Although uncommon, PHP itself promotes a use case for specifying multiple querystring parameters with the same name, e.g. foo[]=bar&foo[]=baz. However, the current implementation uses a dictionary to store query string parameters which does not permit two parameters with the same name.
The text was updated successfully, but these errors were encountered:
Although uncommon, PHP itself promotes a use case for specifying multiple querystring parameters with the same name, e.g.
foo[]=bar&foo[]=baz
. However, the current implementation uses a dictionary to store query string parameters which does not permit two parameters with the same name.The text was updated successfully, but these errors were encountered: