Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/test/PhpParser/ErrorHandler/
H A DCollectingTest.php13 $errorHandler->handleError($e1 = new Error('Test 1'));
14 $errorHandler->handleError($e2 = new Error('Test 2'));
H A DThrowingTest.php12 $errorHandler->handleError(new Error('Test'));
/PHP-Parser/lib/PhpParser/
H A DErrorHandler.php11 public function handleError(Error $error): void; function
H A DLexer.php52 $errorHandler->handleError(new Error($errorMsg, [
105 $errorHandler->handleError(new Error('Unterminated comment', [
H A DNameContext.php70 $this->errorHandler->handleError(new Error(
105 $this->errorHandler->handleError(new Error(
H A DParserAbstract.php193 $this->errorHandler->handleError(
419 $this->errorHandler->handleError($error);
/PHP-Parser/lib/PhpParser/ErrorHandler/
H A DThrowing.php14 public function handleError(Error $error): void { function in PhpParser\\ErrorHandler\\Throwing
H A DCollecting.php17 public function handleError(Error $error): void { function in PhpParser\\ErrorHandler\\Collecting
/PHP-Parser/doc/component/
H A DError_handling.markdown35 encountered, `ErrorHandler::handleError()` is invoked. The default error handling strategy is `Erro…
/PHP-Parser/lib/PhpParser/Lexer/
H A DEmulative.php92 $errorHandler->handleError($error);

Completed in 17 milliseconds