]> granicus.if.org Git - php/commit
Remove most uses of _default_get_name()
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Apr 2020 14:42:40 +0000 (16:42 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 7 Apr 2020 14:42:40 +0000 (16:42 +0200)
commit07e739a2d5ddbe7618e748f6d0ab5aeca8cf880c
tree8754b3aa76283319fa414d0bcbb17480cecf708b
parentab73d142c98d2f9813fbe9ddf2c59f415c0692fc
Remove most uses of _default_get_name()

Instead fetch the name from the respective structure. The only
place where this is still used is ReflectionClassConst,
as zend_class_const does not store the name.
ext/reflection/php_reflection.c
ext/reflection/php_reflection.stub.php