Skip to content

Commit a97645e

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 403396e + fbe287a commit a97645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_inheritance.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ static zend_bool unlinked_instanceof(zend_class_entry *ce1, zend_class_entry *ce
285285

286286
if (ce1->num_interfaces) {
287287
uint32_t i;
288-
ZEND_ASSERT(!(ce->ce_flags & ZEND_ACC_RESOLVED_INTERFACES));
288+
ZEND_ASSERT(!(ce1->ce_flags & ZEND_ACC_RESOLVED_INTERFACES));
289289
for (i = 0; i < ce1->num_interfaces; i++) {
290290
ce = zend_lookup_class_ex(
291291
ce1->interface_names[i].name, ce1->interface_names[i].lc_name,

0 commit comments

Comments
 (0)