1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
This commit is contained in:
Dmitry Stogov
2017-09-14 09:58:22 +03:00
parent ee92aed06f
commit a68f50f201

View File

@@ -293,7 +293,7 @@ static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int va
switch (opline->opcode) {
case ZEND_ASSIGN_DIM:
case ZEND_ASSIGN_OBJ:
if (OP1_INFO() & MAY_BE_OBJECT) {
if (OP2_INFO() & MAY_BE_OBJECT) {
/* object aliasing */
return 1;
}