PHP Class Jamm\Tester\DebugTracer

Afficher le fichier Open project: jamm/memory

Protected Properties

Свойство Type Description
$max_arr_dump_lines
$trace_max_depth
$trace_new_line_separator
$trace_space_separator
$trace_start_depth

Méthodes publiques

Méthode Description
getCurrentBacktrace ( )
setMaxArrDumpLines ( integer $max_arr_dump_lines )
setTraceMaxDepth ( $trace_max_depth = 4 )
setTraceNewLineSeparator ( string $trace_new_line_separator = " " )
setTraceSpaceSeparator ( $trace_space_separator = '|' )
setTraceStartDepth ( $trace_start_depth = 4 )

Méthodes protégées

Méthode Description
getNonRecursiveDumpOfArray ( $array )

Method Details

getCurrentBacktrace() public méthode

public getCurrentBacktrace ( )

getNonRecursiveDumpOfArray() protected méthode

protected getNonRecursiveDumpOfArray ( $array )

setMaxArrDumpLines() public méthode

public setMaxArrDumpLines ( integer $max_arr_dump_lines )
$max_arr_dump_lines integer maximum elements of array in the backtrace dump

setTraceMaxDepth() public méthode

public setTraceMaxDepth ( $trace_max_depth = 4 )

setTraceNewLineSeparator() public méthode

public setTraceNewLineSeparator ( string $trace_new_line_separator = " " )
$trace_new_line_separator string

setTraceSpaceSeparator() public méthode

public setTraceSpaceSeparator ( $trace_space_separator = '|' )

setTraceStartDepth() public méthode

public setTraceStartDepth ( $trace_start_depth = 4 )

Property Details

$max_arr_dump_lines protected_oe property

protected $max_arr_dump_lines

$trace_max_depth protected_oe property

protected $trace_max_depth

$trace_new_line_separator protected_oe property

protected $trace_new_line_separator

$trace_space_separator protected_oe property

protected $trace_space_separator

$trace_start_depth protected_oe property

protected $trace_start_depth