We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c8ceb commit 1bbbd19Copy full SHA for 1bbbd19
Zend/zend_inheritance.c
@@ -1687,7 +1687,7 @@ void zend_build_properties_info_table(zend_class_entry *ce)
1687
}
1688
1689
1690
- ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->properties_info, zend_string *key, prop) {
+ ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(&ce->properties_info, zend_string *key, prop) {
1691
if (prop->ce == ce && (prop->flags & ZEND_ACC_STATIC) == 0
1692
&& !(prop->flags & ZEND_ACC_VIRTUAL)) {
1693
const zend_property_info *root_prop = prop->prototype;
0 commit comments