ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
class | PEAR |
class | PEAR_Error |
Namespaces | |
PEAR | |
Functions | |
_PEAR_call_destructors () | |
Variables | |
const | PEAR_ERROR_RETURN 1 |
#+ ERROR constants More... | |
const | PEAR_ERROR_PRINT 2 |
const | PEAR_ERROR_TRIGGER 4 |
const | PEAR_ERROR_DIE 8 |
const | PEAR_ERROR_CALLBACK 16 |
const | PEAR_ERROR_EXCEPTION 32 |
WARNING: obsolete. More... | |
const | PEAR_ZE2 (function_exists('version_compare') && version_compare(zend_version(), "2-dev", "ge")) |
#- More... | |
if(substr(PHP_OS, 0, 3)=='WIN') | else |
const | OS_UNIX true |
const | PEAR_OS 'Unix' |
if(!defined('PATH_SEPARATOR')) | $GLOBALS ['_PEAR_default_error_mode'] = PEAR_ERROR_RETURN |
$GLOBALS ['_PEAR_default_error_options'] = E_USER_NOTICE | |
$GLOBALS ['_PEAR_destructor_object_list'] = array() | |
$GLOBALS ['_PEAR_shutdown_funcs'] = array() | |
$GLOBALS ['_PEAR_error_handler_stack'] = array() | |
_PEAR_call_destructors | ( | ) |
Definition at line 777 of file PEAR.php.
References $GLOBALS, array, and PEAR\getStaticProperty().
if (!defined( 'PATH_SEPARATOR')) $GLOBALS[ '_PEAR_default_error_mode'] = PEAR_ERROR_RETURN |
Definition at line 64 of file PEAR.php.
Referenced by PEAR\__construct(), _PEAR_call_destructors(), PEAR\popErrorHandling(), PEAR\pushErrorHandling(), PEAR\raiseError(), PEAR\registerShutdownFunc(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), and PEAR\staticPushErrorHandling().
if (substr(PHP_OS, 0, 3)=='WIN') else |
const PEAR_ERROR_CALLBACK 16 |
Definition at line 35 of file PEAR.php.
Referenced by ilRbacAdmin\__construct(), ilPermission2GUI\__construct(), ilRbacSystem\__construct(), ilRbacReview\__construct(), ilObject2GUI\__construct(), PEAR_Error\__construct(), ilDB\connect(), ilDB\connectHost(), ilInitialisation\initCore(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), PEAR\staticPushErrorHandling(), and PEAR_Error\toString().
const PEAR_ERROR_DIE 8 |
Definition at line 34 of file PEAR.php.
Referenced by PEAR_Error\__construct(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), PEAR\staticPushErrorHandling(), and PEAR_Error\toString().
const PEAR_ERROR_EXCEPTION 32 |
WARNING: obsolete.
Definition at line 40 of file PEAR.php.
Referenced by PEAR_Error\__construct(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), and PEAR\staticPushErrorHandling().
const PEAR_ERROR_PRINT 2 |
Definition at line 32 of file PEAR.php.
Referenced by PEAR_Error\__construct(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), PEAR\staticPushErrorHandling(), and PEAR_Error\toString().
const PEAR_ERROR_RETURN 1 |
#+ ERROR constants
Definition at line 31 of file PEAR.php.
Referenced by PEAR_Error\__construct(), PEAR\raiseError(), MDB2_Driver_Common\raiseError(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), PEAR\staticPushErrorHandling(), and PEAR_Error\toString().
const PEAR_ERROR_TRIGGER 4 |
Definition at line 33 of file PEAR.php.
Referenced by PEAR_Error\__construct(), PEAR\setErrorHandling(), PEAR\staticPopErrorHandling(), PEAR\staticPushErrorHandling(), and PEAR_Error\toString().