What's New in PHP 8.6

(laravel-news.com)

3 points | by speckx 2 hours ago

1 comments

  • noir_lord 2 hours ago
    Weird it highlights Partial Function Application as the first on the list but doesn't mention that one of its killer features will be with the pipe operator added in 8.5 (which without it is just a single-parameter callable).

    That'll clean up a bunch of places where you end up having to passing in an anonymous arrow function just to move the argument where it needs to be.