/plugin/crypto/ |
H A D | action.php | 86 set_error_handler("crypto_error_handler"); 105 set_error_handler("crypto_error_handler");
|
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/ |
H A D | Instantiator.php | 12 use function set_error_handler; alias 135 …set_error_handler(static function ($code, $message, $file, $line) use ($reflectionClass, & $error)…
|
/plugin/combo/ComboStrap/ |
H A D | ErrorHandler.php | 16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | StreamHandler.php | 137 set_error_handler([$this, 'customErrorHandler']); 212 set_error_handler([$this, 'customErrorHandler']);
|
H A D | RotatingFileHandler.php | 162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
|
/plugin/findologicxmlexport/vendor/hoa/exception/ |
H A D | Error.php | 86 return set_error_handler(
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/ |
H A D | DeprecationCollector.php | 63 set_error_handler([$this, 'errorHandler']);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | ErrorHandler.php | 105 set_error_handler(function ($errno, $errstr) use ($severity) {
|
H A D | PHP.php | 282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
|
/plugin/jplayer/vendor/symfony/process/Pipes/ |
H A D | UnixPipes.php | 102 set_error_handler([$this, 'handleError']);
|
H A D | WindowsPipes.php | 53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
|
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Error.php | 98 $this->function->set_error_handler = function ($handler) use ($self, &$called) {
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | UnixPipes.php | 112 set_error_handler([$this, 'handleError']);
|
H A D | WindowsPipes.php | 53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
|
/plugin/scrape/HTMLPurifier/Lexer/ |
H A D | PEARSax3.php |
|
/plugin/sentry/action/ |
H A D | errors.php | 32 set_error_handler([$this, 'errorHandler']);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | EnvironmentTest.php | 366 set_error_handler([$this, 'handleError']); 438 set_error_handler([$this, 'handleError']); 464 set_error_handler([$this, 'handleError']);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
H A D | TestCaseMethod.tpl.dist | 89 set_error_handler("__phpunit_error_handler");
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 27 set_error_handler(function () use ($filename, $mode, &$ex) {
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | breaking-changes.asciidoc | 20 set_error_handler(function ($errno, $errstr) {
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | StreamDecoratorTraitTest.php | 43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
|
/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) {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 114 …$prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHa…
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
H A D | ErrorHandler.php | 115 $prev = set_error_handler([$this, 'handleError'], $errorTypes);
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | Utils.php | 371 set_error_handler(function () use ($filename, $mode, &$ex) {
|