mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02: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.