Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 1 – 25 of 33) sorted by last modified time

12

/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/combo/ComboStrap/
H A DErrorHandler.php16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php138 $prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHandler) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php27 set_error_handler(function () use ($filename, $mode, &$ex) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php158 set_error_handler(function ($_, $msg, $file, $line) use (&$errors) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc20 set_error_handler(function ($errno, $errstr) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php162set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
H A DStreamHandler.php137 set_error_handler([$this, 'customErrorHandler']);
212 set_error_handler([$this, 'customErrorHandler']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1273 set_error_handler(function () {
1664 set_error_handler(function () {
2275 set_error_handler(function () {
2394 set_error_handler(function () {
2515 set_error_handler(function () {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php234 set_error_handler(function ($_, $msg, $file, $line) use (&$errors) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php371 set_error_handler(function () use ($filename, $mode, &$ex) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php115 $prev = set_error_handler([$this, 'handleError'], $errorTypes);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php74 set_error_handler(function($errno, $errstr, $errfile, $errline, array $errcontext) {
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
H A DUnixPipes.php102 set_error_handler([$this, 'handleError']);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …asecmp each error_reporting define defined trigger_error user_error set_error_handler restore_erro…
/plugin/sentry/action/
H A Derrors.php32 set_error_handler([$this, 'errorHandler']);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php98 $this->function->set_error_handler = function ($handler) use ($self, &$called) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php63 set_error_handler([$this, 'errorHandler']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php366 set_error_handler([$this, 'handleError']);
438 set_error_handler([$this, 'handleError']);
464 set_error_handler([$this, 'handleError']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php633 $oldErrorHandler = set_error_handler(
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php114 …$prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHa…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php12 use function set_error_handler; alias
135set_error_handler(static function ($code, $message, $file, $line) use ($reflectionClass, & $error)…

12