Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 1 – 25 of 37) sorted by relevance

12

/plugin/crypto/
Daction.php86 set_error_handler("crypto_error_handler");
105 set_error_handler("crypto_error_handler");
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
DInstantiator.php12 use function set_error_handler; alias
135set_error_handler(static function ($code, $message, $file, $line) use ($reflectionClass, & $error)…
/plugin/combo/ComboStrap/
H A DErrorHandler.php16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DStreamHandler.php137 set_error_handler([$this, 'customErrorHandler']);
212 set_error_handler([$this, 'customErrorHandler']);
DRotatingFileHandler.php162set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
/plugin/findologicxmlexport/vendor/hoa/exception/
DError.php86 return set_error_handler(
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
DDeprecationCollector.php63 set_error_handler([$this, 'errorHandler']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DErrorHandler.php105 set_error_handler(function ($errno, $errstr) use ($severity) {
DPHP.php282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/plugin/jplayer/vendor/symfony/process/Pipes/
DUnixPipes.php102 set_error_handler([$this, 'handleError']);
DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
DError.php98 $this->function->set_error_handler = function ($handler) use ($self, &$called) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php112 set_error_handler([$this, 'handleError']);
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php360set_error_handler(static function (int $errno, string $errstr) use ($filename, $mode, &$ex): bool {
407 set_error_handler(static function (int $errno, string $errstr) use (&$ex): bool {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/
Ddata.php99 set_error_handler(array($this, 'muteErrorHandler'));
/plugin/sentry/action/
Derrors.php32 set_error_handler([$this, 'errorHandler']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DEnvironmentTest.php366 set_error_handler([$this, 'handleError']);
438 set_error_handler([$this, 'handleError']);
464 set_error_handler([$this, 'handleError']);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DUtils.php27 set_error_handler(function () use ($filename, $mode, &$ex) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist89 set_error_handler("__phpunit_error_handler");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DStreamDecoratorTraitTest.php43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php140 set_error_handler('htmlpurifier_filter_extractstyleblocks_muteerrorhandler');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DErrorHandler.php115 $prev = set_error_handler([$this, 'handleError'], $errorTypes);

12