constant PEAR_ERROR_DIE in Calendar Systems 5
5 uses of PEAR_ERROR_DIE
- PEAR::setErrorHandling in calendar/
lib/ PEAR.php - Sets how errors generated by this object should be handled. Can be invoked both in objects and statically. If called statically, setErrorHandling sets the default behaviour for all PEAR objects. If called in an object, setErrorHandling sets the…
- PEAR::staticPopErrorHandling in calendar/
lib/ PEAR.php - PEAR::staticPushErrorHandling in calendar/
lib/ PEAR.php - PEAR_Error::PEAR_Error in calendar/
lib/ PEAR.php - PEAR_Error constructor
- PEAR_Error::toString in calendar/
lib/ PEAR.php - Make a string representation of this object.
File
- calendar/
lib/ PEAR.php, line 33
Code
define('PEAR_ERROR_DIE', 8);