]> granicus.if.org Git - php/commit
Eliminate uses of _default_load_name()
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Apr 2020 14:25:44 +0000 (16:25 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Apr 2020 14:25:44 +0000 (16:25 +0200)
commitab73d142c98d2f9813fbe9ddf2c59f415c0692fc
tree8b38a74862bb063ad042827c6efef58fa2c91d9f
parent425c6f5815ea8ffbf5b73d684bd931551c200d26
Eliminate uses of _default_load_name()

Instead fetch the name from the function/class/property,
as appropriate. This makes us independent of the property,
and eliminates error conditions related to it.
ext/reflection/php_reflection.c
ext/reflection/php_reflection.stub.php