History log of /PHP-8.1/Zend/tests/bug79979.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 25f1c405 25-Sep-2020 Nikita Popov

Update ext/standard parameter names

Closes GH-6214.


# 7a6ae9b1 24-Aug-2020 Nikita Popov

Fix refcounting for the named params case as well

Adjust the test case to pass a refcounted value and to also check
the named params case.


# 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