History log of /PHP-7.4/ext/opcache/tests/compact_literals_collision.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 14b770d4 01-Apr-2020 Nikita Popov

Fix literal compaction collision between string and double

For the sake of simplicity I'm using a separate hashtable, rather
than trying to do hash perturabation on the double strings.