History log of /PHP-8.1/Zend/tests/assign_dim_op_undef.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 11a9b036 05-Oct-2021 Nikita Popov

Fix duplicate undef warning in assign_dim_op

In case of auto-vivification we were fetching dim twice and as
such also emitting the undef var warning twice.