History log of /PHP-8.1/Zend/tests/bug78973.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# de6e401e 18-May-2021 Nikita Popov

Use common formatting for backtraces (#6977)

This makes debug_print_backtrace() use the same formatting as exception
backtraces. The only difference is that the final #{main} is omitted,

Use common formatting for backtraces (#6977)

This makes debug_print_backtrace() use the same formatting as exception
backtraces. The only difference is that the final #{main} is omitted,
because it wouldn't make sense for limited backtraces, and wasn't there
previously either.

show more ...


# 77e131da 16-Dec-2019 Nikita Popov

Set opcache.optimization_level=0 in test

Otherwise opcache "inlines" the function, which causes a minor
difference in destruction behavior.


# d82a2f6c 16-Dec-2019 Stanislav Malyshev

Test fixes


# 11b041d3 16-Dec-2019 Nikita Popov

Fixed bug #78973

Save opline in leave helper to correctly handle destructor calls
during CV freeing (or other leave freeing).