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
PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in
The text was updated successfully, but these errors were encountered:
davidPaymefy
changed the title
get_in fails when value for a non final key is not an array
get_in fails when a key in the path has a value other than array
Aug 20, 2024
I believe get_in is all about safe navigation and this case should return the default value instead of failing with a TypeError.
PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in
The text was updated successfully, but these errors were encountered: