History log of /PHP-8.3/ext/zend_test/tests/gh16388.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# a3eb1fd8 12-Oct-2024 Christoph M. Becker

Fix GH-16388: UB when freeing a cloned _ZendTestFiber

Since there is no need to clone instances of this test class, we
prevent cloning in the first place.

Closes GH-16400.