summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-17 10:18:37 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-17 10:19:57 +0100
commitdf7417d1275c53d9b38d5c3ad5d9beb263a21e08 (patch)
tree402cc77bd9597b54db07906a0703e847bc005843 /ext/reflection/php_reflection.c
parent78773890f6b0d82b29e0b869f3f3b22174cea217 (diff)
downloadphp-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