2024.8.23
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 604 of file class.root.php.

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