Lines Matching refs:ex
359 $ex = null;
360 …set_error_handler(static function (int $errno, string $errstr) use ($filename, $mode, &$ex): bool {
361 $ex = new \RuntimeException(sprintf(
375 $ex = new \RuntimeException(sprintf(
385 if ($ex) {
387 throw $ex;
406 $ex = null;
407 set_error_handler(static function (int $errno, string $errstr) use (&$ex): bool {
408 $ex = new \RuntimeException(sprintf(
421 $ex = new \RuntimeException('Unable to read stream contents');
424 $ex = new \RuntimeException(sprintf(
432 if ($ex) {
434 throw $ex;