History log of /PHP-8.2/ext/zend_test/tests/gh16294.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 5c798415 08-Oct-2024 Ilija Tovilo

Fix segfault in zend_test_execute_internal()

zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_fu

Fix segfault in zend_test_execute_internal()

zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_function when
there is no constructor.

Fixes GH-16294
Closes GH-16301

show more ...