Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Data Structures | Namespaces | Functions | Variables
PEAR.php File Reference

Go to the source code of this file.

Data Structures

class  PEAR
class  PEAR_Error

Namespaces

namespace  PEAR

Functions

 _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"))
 $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

_PEAR_call_destructors ( )

Definition at line 773 of file PEAR.php.

Variable Documentation

$GLOBALS['_PEAR_default_error_options'] = E_USER_NOTICE

Definition at line 65 of file PEAR.php.

$GLOBALS['_PEAR_destructor_object_list'] = array()

Definition at line 66 of file PEAR.php.

$GLOBALS['_PEAR_shutdown_funcs'] = array()

Definition at line 67 of file PEAR.php.

$GLOBALS['_PEAR_error_handler_stack'] = array()

Definition at line 68 of file PEAR.php.

const PEAR_ERROR_CALLBACK = 16

Definition at line 35 of file PEAR.php.

const PEAR_ERROR_DIE = 8

Definition at line 34 of file PEAR.php.

const PEAR_ERROR_EXCEPTION = 32

WARNING: obsolete

Deprecated:

Definition at line 40 of file PEAR.php.

const PEAR_ERROR_PRINT = 2

Definition at line 32 of file PEAR.php.

const PEAR_ERROR_RETURN = 1

#@+ ERROR constants

Definition at line 31 of file PEAR.php.

const PEAR_ERROR_TRIGGER = 4

Definition at line 33 of file PEAR.php.

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

#@-

Definition at line 42 of file PEAR.php.