PHP 8.5.0 Beta 1 available for testing

Voting

: min(three, two)?
(Example: nine)

The Note You're Voting On

an43 dot bal at gmail dot com
5 years ago
As of PHP 7.4 return values of Exception::getTrace() (and Error::getTrace()) no longer contains "args" keys like debug_backtrace() with default options.

So, return value since 7.4 is like debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS).

<< Back to user notes page

To Top