Moodle  2.2.1
http://www.collinsharper.com
Debugging
Collaboration diagram for Debugging:

Functions

 backtrace ()
 trace ($str)
 traceBegin ()
 traceEnd ($res= '')
 traceExit ()

Function Documentation

backtrace ( )

This method is a wrapper for debug_backtrace() that is not available in all PHP versions (>= 4.3.0 only)

Definition at line 483 of file CAS.php.

Here is the caller graph for this function:

trace ( str)

This method is used to log something in debug mode.

Definition at line 545 of file CAS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

traceBegin ( )

This method is used to indicate the start of the execution of a function in debug mode.

Definition at line 553 of file CAS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

traceEnd ( res = '')

This method is used to indicate the end of the execution of a function in debug mode.

Parameters:
$resthe result of the function

Definition at line 580 of file CAS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

traceExit ( )

This method is used to indicate the end of the execution of the program

Definition at line 593 of file CAS.php.

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations