History log of /PHP-8.2/Zend/tests/bug79599.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# c5401854 18-Sep-2020 Nikita Popov

Run tidy

This should fix most of the remaining issues with tabs and spaces
being mixed in tests.


# 5795dfda 09-Jul-2020 Nikita Popov

Fix bug #79599 in a different way

Move the emission of the undefined variable notice before the
array separation.


# a3cb6122 09-Jul-2020 Nikita Popov

Revert "Fixed bug #97599 (coredump in set_error_handler)"

This reverts commit ccd41e083359cf6dd264f88806dce4cc49d9358e.

This causes a large performance regression when notices are t

Revert "Fixed bug #97599 (coredump in set_error_handler)"

This reverts commit ccd41e083359cf6dd264f88806dce4cc49d9358e.

This causes a large performance regression when notices are thrown
and large arrays are in scope, see bug #79794.

show more ...


# 653652b2 15-May-2020 Xinchen Hui

master doesn't been affected since we are not passing errcontext now


# ccd41e08 15-May-2020 Xinchen Hui

Fixed bug #97599 (coredump in set_error_handler)