]> granicus.if.org Git - php/commit
Optimize $name/$class property population in reflection
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 8 May 2019 13:30:53 +0000 (15:30 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 8 May 2019 13:43:42 +0000 (15:43 +0200)
commitee0fc1b5ae9470e7edd43b608d43a8bea93188d2
tree2e22f722bd72ff004111f1ba1ba17dc8fb963967
parentf778e1a0b2b2535398bd37cb2e63ad06c82f8cd7
Optimize $name/$class property population in reflection

Instead of going through write_property, directly assign to the
respective property slot.
ext/reflection/php_reflection.c