php-src/Zend/tests/closures
Nikita Popov ee510eed68 Deprecate partially supported callables
This deprecates all callables that are accepted by
call_user_func($callable) but not by $callable(). In particular:

    "self::method"
    "parent::method"
    "static::method"
    ["self", "method"]
    ["parent", "method"]
    ["static", "method"]
    ["Foo", "Bar::method"]
    [new Foo, "Bar::method"]

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

Closes GH-7446.
2021-10-22 10:15:24 +02:00
..
bug80929.phpt Fixed bug #80929 2021-04-16 09:48:36 +08:00
closure_from_callable_basic.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
closure_from_callable_error.phpt Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
closure_from_callable_gc.phpt Fix typo [ci skip] 2021-02-22 09:02:31 +01:00
closure_from_callable_lsb.phpt
closure_from_callable_non_static_statically.phpt
closure_from_callable_rebinding.phpt
closure_from_callable_reflection.phpt
closure_from_callable.inc
closure_instantiate.phpt Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00