|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Go to the source code of this file.
Namespaces | |
| namespace | ilias |
| redirection script todo: (a better solution should control the processing via a xml file) | |
Functions | |
| vd () | |
| shortcut for var_dump with enhanced debug information More... | |
| pr ($var, $name='') | |
| shortcut for print_r More... | |
| 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) More... | |
| getPhpSourceCodePositionInfo ($backjumps=0) | |
| returns an array containing function information from backtrace (the optional backjump param conrols the level in backtrace) More... | |
| 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:| 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:| 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:| 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(), ilTinyMCE\ilTinyMCE(), and ilTestPlayerDynamicQuestionSetGUI\showQuestionSelectionCmd().
Here is the call graph for this function:
Here is the caller graph for this function: