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