Hacker News new | ask | show | jobs
by pwdisswordfishy 136 days ago
And how is Closure::fromCallable('trim') recommended by the article any better in that respect?

    $ php8.4 -r "var_dump(Closure::fromCallable('trim') === Closure::fromCallable('trim'));"
    bool(false)
1 comments

It is not better, this is a problem with the first-class callable syntax altogether.