mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
97b03186c4
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.