]> granicus.if.org Git - php/commit
Remove some special-casing in zend_call_method()
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 9 Jun 2020 08:09:48 +0000 (10:09 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 9 Jun 2020 08:10:58 +0000 (10:10 +0200)
commitbe540b35d295b09e0a3f474775b13d23c8ba0243
tree451d762d4615638c1e6ae2838a31ad6a59688733
parent596561009c8d7208db1b6506b68d92eefb11e6a2
Remove some special-casing in zend_call_method()

Don't treat the !fn_proxy && !obj_ce case differently. There doesn't
seem to be any need for it, and it will result in subtly different
behavior (e.g. it will accept "Foo::bar" syntax, but break as soon
as you pass in an fn_proxy cache).
Zend/zend_interfaces.c