History log of /PHP-7.3/Zend/tests/bug79778.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b765f96f 07-Jul-2020 Nikita Popov

Fixed bug #79778

In the interest of avoiding side-effects during dumping, I'm
replacing the value with a <constant ast> string instead of
performing an update constant operation.