mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fix typo while resolving conflicts
This commit is contained in:
parent
a7df6ce664
commit
f733173b1f
@ -2413,7 +2413,7 @@ ZEND_METHOD(reflection_parameter, getDefaultValue)
|
||||
return;
|
||||
}
|
||||
precv = _get_recv_op((zend_op_array*)param->fptr, param->offset);
|
||||
if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
|
||||
if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2.op_type == IS_UNUSED) {
|
||||
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Internal error");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user