Home
last modified time | relevance | path

Searched refs:raiseError (Results 26 – 31 of 31) sorted by path

12

/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php94 return PEAR::raiseError("A Gz archive can only contain one single file.".
H A DMail.php195 return PEAR::raiseError("Error sending mail");
H A DOutput.php65 return PEAR::raiseError(
H A DTar.php76 return PEAR::raiseError(
/plugin/zip/pear/MIME/
H A DType.php337 …return PEAR::raiseError("Sorry, can't autodetect; you need the mime_magic extension or System_Comm…
347 return PEAR::raiseError("Sorry, couldn't determine file type.");
372 return PEAR::raiseError("File \"$file\" doesn't exist");
376 return PEAR::raiseError("File \"$file\" is not readable");
386 return PEAR::raiseError("Can't find file command \"{$fileCmd}\"");
/plugin/zip/pear/
H A DPEAR.php464 …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
518 function &raiseError($message = null, function in PEAR
586 $a = &$this->raiseError($message, $code, null, null, $userinfo);
589 $a = &PEAR::raiseError($message, $code, null, null, $userinfo);

12