History log of /PHP-8.0/ext/opcache/tests/jit/assign_obj_002.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# f4bcf8c3 21-Sep-2021 Nikita Popov

Check for undef var in typed property assignment

Without this check the assignment would actually silently succeed,
not just skip the warning.


# 01cfd5e4 17-Sep-2021 Dmitry Stogov

JIT: Fixed incorrect assignment of undefined variable


# 04209de9 17-Sep-2021 Dmitry Stogov

JIT: Fixed warning when assign undefined variable to property