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 5ea4294 commit e57aceeCopy full SHA for e57acee
Zend/zend_exceptions.c
@@ -125,7 +125,7 @@ ZEND_API void zend_throw_exception_internal(zval *exception) /* {{{ */
125
126
if (!EG(current_execute_data)->func ||
127
!ZEND_USER_CODE(EG(current_execute_data)->func->common.type) ||
128
- (EG(current_execute_data)->opline+1)->opcode == ZEND_HANDLE_EXCEPTION) {
+ EG(current_execute_data)->opline->opcode == ZEND_HANDLE_EXCEPTION) {
129
/* no need to rethrow the exception */
130
return;
131
}
0 commit comments