Home
last modified time | relevance | path

Searched refs:errline (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php40 * @param int $errline
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);
H A DPHP.php282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
283 throw new ErrorException($errstr, $errno, $errno, $errfile, $errline);
/plugin/davcal/
H A Dcalendarserver.php37 function exception_error_handler($errno, $errstr, $errfile, $errline) { argument
39 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/crypto/
H A Daction.php67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {