mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
df7417d127
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.