mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
It crashes because it's gonna try accessing the breakpoint which was cleared by user code in `phpdbg_clear();`. Not all breakpoint data was properly cleaned. Closes GH-16953.