History log of /PHP-8.1/ext/opcache/tests/jit/cast_002.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 3661c193 06-Oct-2021 Nikita Popov

Fix array cast type inference wrt packed arrays

Use KEY_LONG instead of PACKED if it's possible for the array to
be empty. It won't be packed in that case.

Fixes oss-fuzz #39650.