History log of /PHP-8.1/Zend/tests/restrict_globals/invalid_append_unset.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9862296d 18-Jan-2021 Nikita Popov

Fix $GLOBALS[] in isset and unset

I've previously addressed the case of assignments, but the same
issue exists for isset and unset.

Fixes oss-fuzz #29699.