History log of /PHP-8.0/Zend/tests/assign_typed_ref_result.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 1bb7ee32 28-Sep-2021 Nikita Popov

Fix ASSIGN_DIM result inference with typed refs

Same issue as with ASSIGN. Also make the handling for ASSIGN more
precise, we can only have conversions between scalar values.


# d8c2ff64 28-Sep-2021 Nikita Popov

Fix type inference and SCCP with typed references

We can't assume that the return value will be the same as the RHS
if typed references are involved.