History log of /PHP-8.4/Zend/tests/gh16799.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 6a55beef 15-Nov-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix test expectation for different closure name in 8.4


# 553d79c7 14-Nov-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16799: Assertion failure at Zend/zend_vm_execute.h:7469

zend_is_callable_ex() can unfortunately emit a deprecation, and then
a user error handler can throw an exception. This caus

Fix GH-16799: Assertion failure at Zend/zend_vm_execute.h:7469

zend_is_callable_ex() can unfortunately emit a deprecation, and then
a user error handler can throw an exception. This causes an assert
failure at ZEND_VM_NEXT_OPCODE(). We fix this by checking if there's an
exception after zend_is_callable_ex().

Closes GH-16803.

show more ...