8000
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 d5a4108 commit b945548Copy full SHA for b945548
Zend/zend_inheritance.c
@@ -94,7 +94,7 @@ static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */
94
}
95
if (ZEND_MAP_PTR(parent->iterator_funcs_ptr)) {
96
/* Must be initialized through iface->interface_gets_implemented() */
97
- ZEND_ASSERT(ZEND_MAP_PTR(ce->iterator_funcs_ptr) && ZEND_MAP_PTR_GET(ce->iterator_funcs_ptr));
+ ZEND_ASSERT(ZEND_MAP_PTR_GET(ce->iterator_funcs_ptr));
98
99
if (EXPECTED(!ce->__get)) {
100
ce->__get = parent->__get;
0 commit comments