FusionDirectory
Functions
php_setup.inc File Reference

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.
 

Detailed Description

Source code for php_setup

Definition in file php_setup.inc.

Function Documentation

◆ fusiondirectoryExceptionHandler()

fusiondirectoryExceptionHandler ( Throwable  $throwable)

Catches throwables that no one catched.

Parameters
Throwable$throwable

Definition at line 265 of file php_setup.inc.

References htmlescape(), and logging\log().

◆ gosaRaiseError()

gosaRaiseError (   $errno,
  $errstr,
  $errfile,
  $errline 
)

Raise an error.

Parameters
string$errno
string$errstrThe error string
string$errfileThe error filename
string$errlineThe error line

Definition at line 182 of file php_setup.inc.