Searched refs:set_error_handler (Results 1 – 25 of 37) sorted by relevance
12
| /plugin/crypto/ |
| 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/ |
| 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/ |
| D | StreamHandler.php | 137 set_error_handler([$this, 'customErrorHandler']); 212 set_error_handler([$this, 'customErrorHandler']);
|
| D | RotatingFileHandler.php | 162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
|
| /plugin/findologicxmlexport/vendor/hoa/exception/ |
| D | Error.php | 86 return set_error_handler(
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Util/ |
| D | DeprecationCollector.php | 63 set_error_handler([$this, 'errorHandler']);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| D | ErrorHandler.php | 105 set_error_handler(function ($errno, $errstr) use ($severity) {
|
| D | PHP.php | 282 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
|
| /plugin/jplayer/vendor/symfony/process/Pipes/ |
| D | UnixPipes.php | 102 set_error_handler([$this, 'handleError']);
|
| D | WindowsPipes.php | 53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
|
| /plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
| 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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 360 …set_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/ |
| D | data.php | 99 set_error_handler(array($this, 'muteErrorHandler'));
|
| /plugin/sentry/action/ |
| D | errors.php | 32 set_error_handler([$this, 'errorHandler']);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | EnvironmentTest.php | 366 set_error_handler([$this, 'handleError']); 438 set_error_handler([$this, 'handleError']); 464 set_error_handler([$this, 'handleError']);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | Utils.php | 27 set_error_handler(function () use ($filename, $mode, &$ex) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/ |
| D | TestCaseMethod.tpl.dist | 89 set_error_handler("__phpunit_error_handler");
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | breaking-changes.asciidoc | 20 set_error_handler(function ($errno, $errstr) {
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | StreamDecoratorTraitTest.php | 43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ |
| D | ExtractStyleBlocks.php | 140 set_error_handler('htmlpurifier_filter_extractstyleblocks_muteerrorhandler');
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.graphic.jpg.php | 74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/ |
| D | ErrorHandler.php | 115 $prev = set_error_handler([$this, 'handleError'], $errorTypes);
|
12