]> granicus.if.org Git - php/commit
Refactor inheritance type check implementation
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 8 May 2019 10:11:12 +0000 (12:11 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 8 May 2019 10:13:06 +0000 (12:13 +0200)
commitf778e1a0b2b2535398bd37cb2e63ad06c82f8cd7
tree1def4e4adee67dbb132de006e22358ca957f60c5
parent5c474010fbe6f2969eec966250f8fbdf05a6d96d
Refactor inheritance type check implementation

Extract the self/parent name resolution code and drop unnecessary
string copies/releases. Store the fe/proto types in local variables.
Zend/zend_inheritance.c