Searched refs:errorLine (Results 1 – 2 of 2) sorted by relevance
10 private int $errorLine; variable in ComboStrap\\ExceptionPhpError18 public function setErrorLine($errorLine): ExceptionPhpError argument20 $this->errorLine = $errorLine;37 return $this->errorLine;
16 set_error_handler(function($errorNumber, $errorMessage, $errorFile, $errorLine) {24 ->setErrorLine($errorLine)