Bearsampp 2025.8.29
Loading...
Searching...
No Matches
class.root.php File Reference

Go to the source code of this file.

Data Structures

class  Root

Functions

 debugStringPregReplace ($match)

Function Documentation

◆ debugStringPregReplace()

debugStringPregReplace ( $match)

Adjusts the trace number in debug backtrace.

Parameters
array$matchThe matches from the regular expression.
Returns
string The adjusted trace number.

Definition at line 603 of file class.root.php.

604 {
605 return ' #' . ($match[1] - 1);
606 }