Searched refs:fatal (Results 1 – 5 of 5) sorted by relevance
213 $this->fatal("$wiki_id does not yet exist");221 $this->fatal("Working file $localfile cannot be a directory");225 $this->fatal("Directory " . dirname($localfile) . " does not exist");229 $this->fatal("Attempt to check out file into data directory - not allowed");236 $this->fatal("Unable to copy $wiki_fn to $localfile");256 $this->fatal("$localfile does not exist");260 $this->fatal("Cannot read from $localfile");264 $this->fatal("Summary message required");
47 $this->fatal('Command {cmd} not found.', ['cmd' => $argv[0]]);
74 if ($endC === false) $this->fatal('Found invalid /*..*/ comment');85 if ($endNC === false) $this->fatal('Found invalid NOCOMPRESS comment');107 if ($endC === false) $this->fatal('Invalid comment'); // not sure this can happen246 protected function fatal($msg) function in splitbrain\\JSStrip\\JSStrip
231 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');247 if (!isset($this->loglevel[$level])) $this->fatal('Unknown log level');257 public function fatal($error, array $context = array()) function in splitbrain\\phpcli\\Base
94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit…