Lines Matching refs:PEAR
102 class PEAR class
170 function PEAR($error_class = null) function in PEAR
464 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I…
470 … return PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME
474 return PEAR::raiseError("The expected error you submitted is empty"); // IMPROVE ME
515 * @see PEAR::setErrorHandling
589 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);
678 * @see PEAR::setErrorHandling
695 PEAR::setErrorHandling($mode, $options);
709 * @see PEAR::pushErrorHandling
720 PEAR::setErrorHandling($mode, $options);
770 if (@PEAR::getStaticProperty('PEAR', 'destructlifo')) {
813 * @see PEAR::raiseError(), PEAR::throwError()
862 if (@!PEAR::getStaticProperty('PEAR_Error', 'skiptrace')) {