History log of /PHP-8.3/sapi/phpdbg/tests/gh13827.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d3f1f3ab 28-Mar-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13827: Null pointer access of type 'zval' in phpdbg_frame

We don't always have the line and filename in a backtrace frame, but
phpdbg assumes we do.

Closes GH-13831.