Searched refs:errline (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | ErrorHandler.php | 40 * @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 D | PHP.php | 282 set_error_handler(function ($errno, $errstr, $errfile, $errline) { 283 throw new ErrorException($errstr, $errno, $errno, $errfile, $errline);
|
/plugin/davcal/ |
H A D | calendarserver.php | 37 function exception_error_handler($errno, $errstr, $errfile, $errline) { argument 39 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
|
/plugin/scrape/HTMLPurifier/Lexer/ |
H A D | PEARSax3.php |
|
/plugin/crypto/ |
H A D | action.php | 67 function crypto_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { argument
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
H A D | TestCaseMethod.tpl.dist | 84 function __phpunit_error_handler($errno, $errstr, $errfile, $errline, $errcontext)
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | RotatingFileHandler.php | 162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.graphic.jpg.php | 74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
|