History log of /PHP-8.1/Zend/tests/bug79818.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# d30cd7d7 26-May-2020 Máté Kocsis

Review the usage of apostrophes in error messages

Closes GH-5590


# 65568467 10-Jul-2020 Nikita Popov

Fixed bug #79818

Only destroy the variable directly before reassigning it. The
value could be read in the meantime.