1
0
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:
Andi Gutmans
2000-07-06 22:29:06 +00:00
parent 2787a746f4
commit af5d38214b

View File

@@ -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;