Closed as not planned
Description
Description
I mean constant trace that equals first step of debug_backtrace() without arguments.
Before i compared exception creation with calling debug_backtrace(NO_ARGS, limit = 1) and creating exception was FASTER.
But using constants like FILE and LINE is faster 4 times that creating the exception. Why not create TRACE constant to give possibility to require argument filled with this TRACE ?