| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | ilias | 
| Object statistics garbage collection. | |
| Functions | |
| vd () | |
| shortcut for var_dump with enhanced debug information | |
| pr ($var, $name= '') | |
| shortcut for print_r | |
| cf ($backjumps=1) | |
| prints an information about the function that called the function that invoked this function (the optional backjump param conrols the level in backtrace) | |
| getPhpSourceCodePositionInfo ($backjumps=0) | |
| returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace) | |
| cf | ( | $backjumps = 1 | ) | 
prints an information about the function that called the function that invoked this function (the optional backjump param conrols the level in backtrace)
| integer | $backjumps | 
Definition at line 126 of file inc.debug.php.
References getPhpSourceCodePositionInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| getPhpSourceCodePositionInfo | ( | $backjumps = 0 | ) | 
returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace)
| integer | $backjumps | 
Definition at line 146 of file inc.debug.php.
References $file.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| pr | ( | $var, | |
| $name = '' | |||
| ) | 
shortcut for print_r
| mixed | any number of parameters | 
| string | name of variable (optional) | 
Definition at line 97 of file inc.debug.php.
References ilAuthFactory\CONTEXT_CRON, and ilAuthFactory\getContext().
 Here is the call graph for this function:
 Here is the call graph for this function:| vd | ( | ) | 
shortcut for var_dump with enhanced debug information
| mixed | any number of parameters | 
Definition at line 42 of file inc.debug.php.
References $file, ilAuthFactory\CONTEXT_CRON, ilAuthFactory\getContext(), and getPhpSourceCodePositionInfo().
Referenced by ilTinyMCE\_getEditorLanguage(), ilTinyMCE\addCustomRTESupport(), ilTinyMCE\addRTESupport(), ilTinyMCE\addUserTextEditor(), and ilTinyMCE\ilTinyMCE().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: