History log of /PHP-8.1/Zend/tests/array_unpack/in_destructuring_2.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f555544f 12-Oct-2021 Nikita Popov

Fix incorrect access of AST_UNPACK

list_is_keyed() did not take into account that there may be
AST_UNPACK elements. These would error lateron anyway, but still
produce an invalid acc

Fix incorrect access of AST_UNPACK

list_is_keyed() did not take into account that there may be
AST_UNPACK elements. These would error lateron anyway, but still
produce an invalid access here.

show more ...