Browse Source

Whitespace fix

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
bdacbc4c94
  1. 2
      Zend/zend_compile.c

2
Zend/zend_compile.c

@ -571,7 +571,7 @@ static zend_bool is_method_call(CLS_D)
}
cur_opline = (zend_op *)cur->data;
if (cur_opline->opcode == ZEND_FETCH_OBJ_W) {
return 1;
return 1;
}
return 0;
}

Loading…
Cancel
Save