History log of /PHP-8.0/ext/opcache/tests/assign_static_prop_ref_result.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 983a4fc4 22-Sep-2021 Nikita Popov

Fix ASSIGN_STATIC_PROP_REF type inference

We were not inferring anything for the ASSIGN_STATIC_PROP_REF
result type at all, leaving it as an empty type. In the test
case this results

Fix ASSIGN_STATIC_PROP_REF type inference

We were not inferring anything for the ASSIGN_STATIC_PROP_REF
result type at all, leaving it as an empty type. In the test
case this results in a live range being incorrectly eliminated,
but this could break in all kinds of other ways as well..

show more ...