History log of /PHP-8.2/Zend/tests/first_class_callable_optimization.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 1f6baa77 12-Aug-2022 Ilija Tovilo

Show function name when dumping fake closure (#9306)

Fixes GH-8962


# 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 ...