History log of /PHP-7.4/Zend/tests/array_self_add_globals.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 3c4dd73c 12-Oct-2020 Nikita Popov

Detect self-addition of array more accurately

While the zvals may be different, they may still point to the
same array.

Fixes oss-fuzz #26245.