History log of /PHP-7.4/Zend/tests/bug79979.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 6b6c2c00 24-Aug-2020 Christoph M. Becker

Fix #79979: passing value to by-ref param via CUFA crashes

If a by-val send is not allowed, we must not do so. Instead we wrap
the value in a temporary reference.

Closes GH-6000