Searched refs:errorFile (Results 1 – 2 of 2) sorted by relevance
9 private string $errorFile; variable in ComboStrap\\ExceptionPhpError12 public function setErrorFile($errorFile): ExceptionPhpError argument14 $this->errorFile = $errorFile;29 return $this->errorFile;
16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {23 ->setErrorFile($errorFile)