Go to the source code of this file.
Namespaces |
| namespace | PEAR |
Function Documentation
| _PEAR_call_destructors |
( |
| ) |
|
Variable Documentation
| $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() |
| const PEAR_ERROR_CALLBACK = 16 |
| const PEAR_ERROR_EXCEPTION = 32 |
| const PEAR_ERROR_PRINT = 2 |
| const PEAR_ERROR_RETURN = 1 |
#@+ ERROR constants
Definition at line 31 of file PEAR.php.
| const PEAR_ERROR_TRIGGER = 4 |
| const PEAR_ZE2 = (function_exists('version_compare') && version_compare(zend_version(), "2-dev", "ge")) |