php-src/tests
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
..
basic Don't leak header callback if headers already sent 2021-09-16 15:31:27 +02:00
classes Deprecate partially supported callables 2021-10-22 10:15:24 +02:00
func Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
lang Fix 'can not' in test data and in code comments 2021-10-05 09:51:58 +01:00
output Slightly clean up is_callable implementation 2021-09-02 10:37:13 +02:00
run-test run-tests: use the EXTENSIONS section for skipping 2021-03-22 09:53:38 +01:00
security Merge branch 'PHP-8.0' 2021-08-17 11:32:24 +02:00
strings Merge branch 'PHP-8.0' into PHP-8.1 2021-09-29 12:21:49 +02:00