Deprecated: Return type of Test::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/v7YYP on line 29
isset->a: a
isset->b: false
isset[a]: a
isset[b]: false
[a]??false: a
[b]??false: false
->a??false: a
->b??false: false