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
In the use case that $key is something calculated or retrieved form somewhere else, I think this behavieour is a bit misleading, since I would expect it returns $default instead of the whole $array.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Arr
helper returns the whole array ifnull
is used as search key:https://github.com/laravel/framework/blob/9.x/src/Illuminate/Collections/Arr.php#L309-L311
In the use case that
$key
is something calculated or retrieved form somewhere else, I think this behavieour is a bit misleading, since I would expect it returns$default
instead of the whole$array
.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions