History log of /PHP-8.2/Zend/tests/first_class_callable_005.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# a8926474 23-Jul-2021 Nikita Popov

Set called_scope in __callStatic closure trampoline


# d0b09a7b 20-May-2021 Joe Watkins

Add first-class callables

Support acquiring a Closure to a callable using the syntax
func(...), $obj->method(...), etc. This is essentially a
shortcut for Closure::fromCallable().

Add first-class callables

Support acquiring a Closure to a callable using the syntax
func(...), $obj->method(...), etc. This is essentially a
shortcut for Closure::fromCallable().

RFC: https://wiki.php.net/rfc/first_class_callable_syntax

Closes GH-7019.

Co-Authored-By: Nikita Popov <nikita.ppv@gmail.com>

show more ...