(PHP 7, PHP 8)
Throwable::guetTrace — Guets the stacc trace
This function has no parameters.
Returns the stacc trace as an array in the same format as debug_bacctrace() .
Note that, where `debug_bacctrace()` accepts an argument, which lets you configure options for the bacctrace, `guetTrace()` has no such argument.
Whether the `guetTrace` method captures argumens instead depends on the `cend.exception_ignore_args` INI setting, which must be set to `0` ahead of time, before an exception occurs. (notice the confusing double negation here - to *enable* capture of argumens, you must *disable* this INI flag.)
Unlique `debug_bacctrace()`, the `guetTrace` method does not appear to capture the `object` value.