Re: [RFC] [Discussion] Error backtraces v2
> Le 5 déc. 2024 à 21:57, Eric Norris <[email protected]> a écrit :
>
> Hello yet again internals,
>
> I'd like to formally propose a continuation of the original error
> backtraces RFC (https://wiki.php.net/rfc/error_backtraces):
>
> https://wiki.php.net/rfc/error_backtraces_v2
>
Hi,
Would be reasonable to be able to recover the stack trace of the error as a string, in addition to
the proposed format? In general, it is the format I use in my error/exception handlers for
convenience.
A utility function that stringify the trace would be sufficient, as the operation is non-trivial.
—Claude
Thread (13 messages)