Home
last modified time | relevance | path

Searched refs:errfile (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DErrorHandler.php39 * @param string $errfile
44 public static function handleError($errno, $errstr, $errfile, $errline) argument
50 self::$errorStack[] = [$errno, $errstr, $errfile, $errline];
83 throw new $exception($errstr, $errno, $errfile, $errline);
DPHP.php282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
283 throw new ErrorException($errstr, $errno, $errno, $errfile, $errline);
/plugin/davcal/
Dcalendarserver.php37 function exception_error_handler($errno, $errstr, $errfile, $errline) { argument
39 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/plugin/crypto/
Daction.php67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DRotatingFileHandler.php162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {