mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
- One more fix for the latest patch
This commit is contained in:
@@ -581,7 +581,7 @@ zend_bool is_method_call(CLS_D)
|
||||
cur = cur->next;
|
||||
}
|
||||
cur_opline = (zend_op *)cur->data;
|
||||
if (cur_opline->opcode == ZEND_FETCH_OBJ_R) {
|
||||
if (cur_opline->opcode == ZEND_FETCH_OBJ_W) {
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user