Test Multiple Variables With isset

I caught a Tweet from Taylor Otwell referencing a PR on the Laravel framework where he and others including myself were surprised to learn you can pass multiple variables to php’s isset function. Instead of: You can simply do: I think this is a reflection of the fact we...