diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-17 10:18:37 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-17 10:19:57 +0100 |
commit | df7417d1275c53d9b38d5c3ad5d9beb263a21e08 (patch) | |
tree | 402cc77bd9597b54db07906a0703e847bc005843 /ext/reflection/php_reflection.c | |
parent | 78773890f6b0d82b29e0b869f3f3b22174cea217 (diff) | |
download | php-git-df7417d1275c53d9b38d5c3ad5d9beb263a21e08.tar.gz |
Fix incorrectly optimized out live range
For x ? y : z style structures, the live range starts at z, but
may also hold the value of y. Make sure that the refcounting check
takes this into account, by checking the type of a potential phi
user.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions