XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Classes | Namespaces | Functions | Variables
PEAR.php File Reference

Go to the source code of this file.

Classes

class  PEAR
 
class  PEAR_Error
 

Namespaces

 PEAR
 

Functions

if(PEAR_ZE2_PEAR_call_destructors ()
 

Variables

const PEAR_ERROR_RETURN 1
 
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
 
const PEAR_ZE2 (function_exists('version_compare') && version_compare(zend_version(), "2-dev", "ge"))
 
if(substr(PHP_OS, 0, 3)== 'WIN') else
 
const OS_UNIX true
 
const PEAR_OS 'Unix'
 
 $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()
 

Function Documentation

if (PEAR_ZE2) _PEAR_call_destructors ( )

Definition at line 733 of file PEAR.php.

Variable Documentation

$GLOBALS['_PEAR_default_error_mode'] = PEAR_ERROR_RETURN

Definition at line 49 of file PEAR.php.

$GLOBALS['_PEAR_default_error_options'] = E_USER_NOTICE

Definition at line 50 of file PEAR.php.

$GLOBALS['_PEAR_destructor_object_list'] = array()

Definition at line 51 of file PEAR.php.

$GLOBALS['_PEAR_shutdown_funcs'] = array()

Definition at line 52 of file PEAR.php.

$GLOBALS['_PEAR_error_handler_stack'] = array()

Definition at line 53 of file PEAR.php.

if (substr(PHP_OS, 0, 3)== 'WIN') else
Initial value:
{
define('OS_WINDOWS', false)

Definition at line 43 of file PEAR.php.

const OS_UNIX true

Definition at line 45 of file PEAR.php.

const PEAR_ERROR_CALLBACK 16

Definition at line 29 of file PEAR.php.

const PEAR_ERROR_DIE 8

Definition at line 28 of file PEAR.php.

const PEAR_ERROR_EXCEPTION 32

WARNING: obsolete

Deprecated:

Definition at line 34 of file PEAR.php.

const PEAR_ERROR_PRINT 2

Definition at line 26 of file PEAR.php.

const PEAR_ERROR_RETURN 1

#@+ ERROR constants

Definition at line 25 of file PEAR.php.

const PEAR_ERROR_TRIGGER 4

Definition at line 27 of file PEAR.php.

const PEAR_OS 'Unix'

Definition at line 46 of file PEAR.php.

const PEAR_ZE2 (function_exists('version_compare') && version_compare(zend_version(), "2-dev", "ge"))

#@-

Definition at line 36 of file PEAR.php.