]> granicus.if.org Git - php/commit
Prefer using declaring class rather than direct parent in error
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jan 2020 16:19:07 +0000 (17:19 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 21 Jan 2020 16:19:07 +0000 (17:19 +0100)
commita3e29ba34add1f06089b749802728c30aa70e5e9
tree3276dd76ce2e293f80bad09f261048ace5054682
parentb0c920f94bb8f57de1867566ab57ae9d2cb5ca8f
Prefer using declaring class rather than direct parent in error

Point to the class that actually declares the property, which is
not necessarily the same as the direct parent class.
Zend/zend_inheritance.c