mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Fixed reference-counting propagation
This commit is contained in:
@@ -1751,6 +1751,9 @@ propagate_arg:
|
||||
}
|
||||
}
|
||||
}
|
||||
if (opline->op1_type == IS_CV && (info & MAY_BE_RC1)) {
|
||||
info |= MAY_BE_RCN;
|
||||
}
|
||||
if (info & MAY_BE_UNDEF) {
|
||||
info |= MAY_BE_NULL;
|
||||
info &= ~MAY_BE_UNDEF;
|
||||
|
||||
Reference in New Issue
Block a user