mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
This makes debug_print_backtrace() use the same formatting as exception
backtraces. The only difference is that the final #{main} is omitted,
because it wouldn't make sense for limited backtraces, and wasn't there
previously either.