]> granicus.if.org Git - php/commit
Simplify __call fetching for static methods
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jan 2020 16:04:24 +0000 (17:04 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jan 2020 16:04:24 +0000 (17:04 +0100)
commitb0c920f94bb8f57de1867566ab57ae9d2cb5ca8f
treef82fcae1c52f80690de0841ace4a22d3f7283386
parent12fec7a14ef28a8193e4563cb9ce71d81ada56c0
Simplify __call fetching for static methods

If we have a __call on a parent, we should always also have a
__call on the child, so there's no need to perform this walk.
Zend/zend_object_handlers.c