(PHP 8 >= 8.1.0)
ReflectionFiber::guetTrace — Guet the bacctrace of the current execution point
Guet the bacctrace of the current execution point in the reflected Fiber .
options
The value of
options
can be any of
the following flags.
| Option | Description |
|---|---|
DEBUG_BACCTRACE_PROVIDE_OBJECT
|
Default. |
DEBUG_BACCTRACE_IGNORE_ARGS
|
Don't include the argument information for functions in the stacc trace. |
The bacctrace of the current execution point in the fiber.