FusionDirectory
|
Go to the source code of this file.
Functions | |
htmlescape (string $str) | |
Escape string for HTML output. | |
htmlunescape (string $html) | |
Unescape string for HTML output, reverse of htmlescape. | |
gosaRaiseError ($errno, $errstr, $errfile, $errline) | |
Raise an error. More... | |
fusiondirectoryExceptionHandler (Throwable $throwable) | |
Catches throwables that no one catched. More... | |
dummy_error_handler () | |
Dummy error handler. | |
Source code for php_setup
Definition in file php_setup.inc.
fusiondirectoryExceptionHandler | ( | Throwable | $throwable | ) |
Catches throwables that no one catched.
Throwable | $throwable |
Definition at line 265 of file php_setup.inc.
References htmlescape(), and logging\log().
gosaRaiseError | ( | $errno, | |
$errstr, | |||
$errfile, | |||
$errline | |||
) |
Raise an error.
string | $errno | |
string | $errstr | The error string |
string | $errfile | The error filename |
string | $errline | The error line |
Definition at line 182 of file php_setup.inc.