mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Regenerate zend_vm_execute.h
This commit is contained in:
3
Zend/zend_vm_execute.h
generated
3
Zend/zend_vm_execute.h
generated
@@ -78853,7 +78853,7 @@ static ZEND_OPCODE_HANDLER_RET ZEND_OPCODE_HANDLER_CCONV ZEND_FE_FETCH_RW_SPEC_V
|
||||
while (1) {
|
||||
if (UNEXPECTED(pos >= fe_ht->nNumUsed)) {
|
||||
/* reached end of iteration */
|
||||
goto fe_fetch_w_exit;
|
||||
goto fe_fetch_w_exit_exc;
|
||||
}
|
||||
pos++;
|
||||
value = &p->val;
|
||||
@@ -78949,6 +78949,7 @@ static ZEND_OPCODE_HANDLER_RET ZEND_OPCODE_HANDLER_CCONV ZEND_FE_FETCH_RW_SPEC_V
|
||||
}
|
||||
} else {
|
||||
zend_error(E_WARNING, "foreach() argument must be of type array|object, %s given", zend_zval_value_name(array));
|
||||
fe_fetch_w_exit_exc:
|
||||
if (UNEXPECTED(EG(exception))) {
|
||||
UNDEF_RESULT();
|
||||
HANDLE_EXCEPTION();
|
||||
|
||||
Reference in New Issue
Block a user