Skip to content

Commit eabe3c7

Browse files
committed
Fix after rebase
1 parent e45966e commit eabe3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_execute.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@ static zend_always_inline bool zend_check_type_slow(
10701070
cache_slot++;
10711071
}
10721072
} ZEND_TYPE_LIST_FOREACH_END();
1073+
return true;
10731074
} else {
10741075
ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(*type), list_type) {
10751076
if (HAVE_CACHE_SLOT && *cache_slot) {

0 commit comments

Comments
 (0)