Hacker News new | ask | show | jobs
by theoldgreybeard 210 days ago
Can’t believe we’re getting array_first, array_last and fatal error stack traces in PHP before GTA6.
1 comments

Nice additions, but haven't really missed them a lot.

Most of the time if I want the first or last element I don't care about the array itself so array_shift and array_pop work just fine.